-
Notifications
You must be signed in to change notification settings - Fork 0
/
pastel.css
44 lines (38 loc) · 1.45 KB
/
pastel.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@plugin "daisyui/theme" {
name: "pastel";
default: false; /* set as default */
prefersdark: false; /* set as default dark mode (prefers-color-scheme:dark) */
color-scheme: light; /* color of browser-provided UI */
--color-base-100: oklch(100% 0 0);
--color-base-200: oklch(98.4625% 0.001706 247.838921);
--color-base-300: oklch(87.1681% 0.009339 258.338227);
--color-base-content: oklch(20% 0 0);
--color-primary: oklch(83.0828% 0.034896 316.8737);
--color-primary-content: oklch(16.6166% 0.006979 316.8737);
--color-secondary: oklch(88.0763% 0.049197 8.688364);
--color-secondary-content: oklch(17.6153% 0.009839 8.688364);
--color-accent: oklch(89.2096% 0.06028 170.923263);
--color-accent-content: oklch(17.8419% 0.012056 170.923263);
--color-neutral: oklch(71.3406% 0.07351 228.183906);
--color-neutral-content: oklch(14.2681% 0.014702 228.183906);
--color-info: oklch(72.06% 0.191 231.6);
--color-info-content: oklch(0% 0 0);
--color-success: oklch(64.8% 0.150 160);
--color-success-content: oklch(0% 0 0);
--color-warning: oklch(84.71% 0.199 83.87);
--color-warning-content: oklch(0% 0 0);
--color-error: oklch(71.76% 0.221 22.18);
--color-error-content: oklch(0% 0 0);
/* border radius */
--radius-selector: 1.9rem;
--radius-field: 1.9rem;
--radius-box: 1rem;
/* base sizes */
--size-selector: 0.25rem;
--size-field: 0.25rem;
/* border size */
--border: 1px;
/* effects */
--depth: 0;
--noise: 0;
}