-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathglobal.css
More file actions
83 lines (83 loc) · 2.86 KB
/
global.css
File metadata and controls
83 lines (83 loc) · 2.86 KB
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
:root {
--font-family-unbounded: Unbounded;
--font-family-inter: Inter;
--font-family-mono: Roboto Mono;
--font-weight-bold: 700;
--font-weight-regular: 400;
--font-weight-semibold: 600;
--colors-black: #171717;
--colors-white: #ffffff;
--colors-p-pink-50: #FFF8FC;
--colors-p-pink-100: #ffe4f3;
--colors-p-pink-200: #f9abd5;
--colors-p-pink-300: #f272b6;
--colors-p-pink-400: #FD1B93;
--colors-p-pink-500: #e6007a;
--colors-p-pink-600: #cb006c;
--colors-p-pink-700: #a9005a;
--colors-p-pink-800: #860047;
--colors-p-pink-900: #640035;
--colors-p-pink-950: #3f0021;
--colors-p-gray-50: #fafafa;
--colors-p-gray-100: #ebebeb;
--colors-p-gray-200: #e1e1e1;
--colors-p-gray-300: #c1c1c1;
--colors-p-gray-400: #a1a1a1;
--colors-p-gray-500: #8D8D8D;
--colors-p-gray-600: #767676;
--colors-p-gray-700: #414141;
--colors-p-gray-800: #2b2b2b;
--colors-p-gray-900: #1a1a1a;
--colors-p-gray-950: #111111;
--colors-p-red-50: #fffafa;
--colors-p-red-100: #fff1f0;
--colors-p-red-200: #fed2cd;
--colors-p-red-300: #fe8d81;
--colors-p-red-400: #fd4935;
--colors-p-red-500: #e31902;
--colors-p-red-600: #b21200;
--colors-p-red-700: #7f0d00;
--colors-p-red-800: #4c0800;
--colors-p-red-900: #290400;
--colors-p-red-950: #190300;
--colors-p-white-transparent-100: #ffffff0f;
--colors-p-white-transparent-200: #ffffff2b;
--colors-p-white-transparent-300: #ffffff45;
--colors-p-white-transparent-400: #ffffff61;
--colors-p-white-transparent-500: #ffffff7a;
--colors-p-white-transparent-600: #ffffff94;
--colors-p-white-transparent-700: #ffffffb0;
--colors-p-white-transparent-800: #ffffffc9;
--colors-p-white-transparent-900: #ffffffe6;
--colors-p-black-transparent-50: #00000008;
--colors-p-black-transparent-100: #0000000f;
--colors-p-black-transparent-200: #00000029;
--colors-p-black-transparent-300: #00000040;
--colors-p-black-transparent-400: #00000059;
--colors-p-black-transparent-500: #00000070;
--colors-p-black-transparent-600: #0000008c;
--colors-p-black-transparent-700: #000000a8;
--colors-p-black-transparent-800: #000000c7;
--colors-p-black-transparent-900: #000000e3;
--colors-accent-cyan-500: #00B2FF;
--colors-accent-cyan-600: #00A6ED;
--colors-accent-cyan-700: #0094D4;
--colors-accent-green-500: #56f39a;
--colors-accent-green-600: #51E591;
--colors-accent-green-700: #48CC81;
--colors-accent-lime-500: #d3ff33;
--colors-accent-lime-600: #BEE52E;
--colors-accent-lime-700: #A9CC29;
--colors-p-purple-50: #fbfcfe;
--colors-p-purple-100: #f3f5fb;
--colors-p-purple-200: #e6eaf6;
--colors-p-purple-300: #855bf1;
--colors-p-purple-400: #6d3aee;
--colors-p-purple-500: #552bbf;
--colors-p-purple-600: #442299;
--colors-p-purple-700: #321d47;
--colors-p-purple-800: #28123e;
--colors-p-purple-900: #1c0533;
--colors-p-purple-925: #160527;
--colors-p-purple-950: #140523;
}