-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolors.css
106 lines (105 loc) · 3.73 KB
/
colors.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
/**
* **************************************************************
* WARNING: DO NOT EDIT THIS FILE. *
* THIS FILE WAS AUTO-GENERATED ON https://app.zigma.io. *
* **************************************************************
*/
:root {
--colors-surface-default: #4b7eac;
--colors-surface-hover: #3c6997;
--colors-surface-focus: #2f5075;
--colors-surface-active: #2f5075;
--colors-surface-disabled: #d1d1d1;
--colors-text-body: #454545;
--colors-text-disabled-foreground: #b0b0b0;
--colors-text-disabled-default: #d1d1d1;
--colors-button-color-primary-default-bg: #4b7eac;
--colors-button-color-primary-default-text: #ffffff;
--colors-button-color-primary-hover-bg: #3c6997;
--colors-button-color-primary-hover-text: #ffffff;
--colors-button-color-primary-active-bg: #2f5075;
--colors-button-color-primary-active-text: #ffffff;
--colors-button-color-primary-disabled-bg: #d1d1d1;
--colors-button-color-primary-disabled-text: #b0b0b0;
--colors-button-color-primary-focus-bg: #3c6997;
--colors-button-color-primary-focus-text: #ffffff;
--colors-button-color-primary-focus-ring: #cddbea;
--colors-button-color-secondary-default-text: #4b7eac;
--colors-button-color-secondary-default-border: #4b7eac;
--colors-button-color-secondary-hover-text: #3c6997;
--colors-button-color-secondary-hover-border: #3c6997;
--colors-button-color-secondary-focus-text: #3c6997;
--colors-button-color-secondary-focus-ring: #cddbea;
--colors-button-color-secondary-focus-border: #3c6997;
--colors-button-color-secondary-active-text: #2f5075;
--colors-button-color-secondary-active-border: #2f5075;
--colors-button-color-secondary-disabled-text: #d1d1d1;
--colors-button-color-secondary-disabled-border: #d1d1d1;
--colors-aqua-50: #f536a7;
--colors-aqua-100: #d3faf8;
--colors-aqua-200: #acf5f3;
--colors-aqua-300: #72eeee;
--colors-aqua-400: #32dcde;
--colors-aqua-500: #16c0c4;
--colors-aqua-600: #14919b;
--colors-aqua-700: #187b86;
--colors-aqua-800: #1c646e;
--colors-aqua-900: #1c535d;
--colors-aqua-950: #0d373f;
--colors-gray-0: #ffffff;
--colors-gray-50: #f6f6f6;
--colors-gray-100: #e7e7e7;
--colors-gray-200: #d1d1d1;
--colors-gray-300: #b0b0b0;
--colors-gray-400: #888888;
--colors-gray-500: #757575;
--colors-gray-600: #5d5d5d;
--colors-gray-700: #4f4f4f;
--colors-gray-800: #454545;
--colors-gray-900: #3d3d3d;
--colors-gray-950: #262626;
--colors-red-50: #fff1f1;
--colors-red-100: #ffe0e0;
--colors-red-200: #ffc7c6;
--colors-red-300: #ff9f9e;
--colors-red-400: #ff6866;
--colors-red-500: #fd3936;
--colors-red-600: #eb1a17;
--colors-red-700: #c6120f;
--colors-red-800: #a31311;
--colors-red-900: #871715;
--colors-red-950: #4a0605;
--colors-green-50: #f0fdf5;
--colors-green-100: #dbfdea;
--colors-green-200: #baf8d6;
--colors-green-300: #84f1b6;
--colors-green-400: #47e18e;
--colors-green-500: #1fc86e;
--colors-green-600: #13a658;
--colors-green-700: #138248;
--colors-green-800: #15663c;
--colors-green-900: #135433;
--colors-green-950: #042f1a;
--colors-orange-50: #fff9ed;
--colors-orange-100: #fff1d4;
--colors-orange-200: #ffe0a8;
--colors-orange-300: #ffc970;
--colors-orange-400: #ffa637;
--colors-orange-500: #ff880b;
--colors-orange-600: #f06e06;
--colors-orange-700: #c75307;
--colors-orange-800: #9e410e;
--colors-orange-900: #7f370f;
--colors-orange-950: #451a05;
--colors-blue-50: #f4f7fb;
--colors-blue-100: #e8eef6;
--colors-blue-200: #cddbea;
--colors-blue-300: #a1bdd8;
--colors-blue-400: #6e9ac2;
--colors-blue-500: #4b7eac;
--colors-blue-600: #3c6997;
--colors-blue-700: #2f5075;
--colors-blue-800: #2a4562;
--colors-blue-900: #273c53;
--colors-blue-950: #1a2637;
}