-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.variables.js
More file actions
41 lines (36 loc) · 905 Bytes
/
Copy paththeme.variables.js
File metadata and controls
41 lines (36 loc) · 905 Bytes
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
export const COLORS = {
purple: '#352C63',
yellow: '#FFC940',
blue: '#388BFF',
red100: '#ff0000',
red200: '#f33f33',
red300: '#ff6c6c',
green100: '#2ecc71',
green200: '#54d98c',
green300: '#7ee2a8',
};
export const ASTRONAUT_PALETTE = {
primary100: '#2e86de',
primary200: '#5aa0e5',
primary300: '#86b9ec',
accent100: '#ffa500',
accent200: '#ffb733',
accent300: '#ffc966',
astronaut100: '#081929',
astronaut200: '#0c263e',
astronaut300: '#103354',
text100: '#fcfdfe',
text200: '#e9f0f8',
text300: '#d6e4f1',
gray100: '#999999',
gray200: '#b3b3b3',
gray300: '#cccccc',
white100: '#fcfcfc',
white200: '#efefef',
white300: '#e3e3e3',
black100: '#0a0a0a',
black200: '#242424',
black300: '#3d3d3d',
red100: '#FF5A5F',
quote: '#ffede0',
};