-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtailwind.config.js
More file actions
50 lines (50 loc) · 1.6 KB
/
tailwind.config.js
File metadata and controls
50 lines (50 loc) · 1.6 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
colors: {
//Midnight
midnightBase: "#151726",
midnightInterface: "#1C1E2D",
midnightOverlay: "#232534",
midnightMuted: "#6B6D7C",
midnightSubtle: "#8D8F9E",
midnightText: "#DEE0EF",
midnightHightlightLow: "#1F212F",
midnightHighlightMedium: "#3E404F",
midnightHighlightHigh: "#4F5162",
midnightCoral: "#EE8679",
midnightSalmon: "#F8D2C9",
midnightFennel: "#5BA2D0",
midnightMint: "#9CCFD8",
midnightViolet: "#A78BFA",
midnightSky: "#94B8FF",
//Sunset
sunsetBase: "#202231",
sunsetInterface: "#272938",
sunsetOverlay: "#363847",
sunsetMuted: "#6B6D7C",
sunsetSubtle: "#8D8F9E",
sunsetText: "#DEE0EF",
sunsetHightlightLow: "#292A3A",
sunsetHighlightMedium: "#414354",
sunsetHighlightHigh: "#535568",
sunsetCoral: "#D1918F",
sunsetSalmon: "#EDD5D6",
sunsetFennel: "#709BBD",
sunsetMint: "#AAC9D4",
sunsetViolet: "#A392DC",
sunsetSky: "#A0B6E8",
//Morning
morningBase: "#FDFDFE",
morningInterface: "#F1F1F4",
morningOverlay: "#D8DAE4",
morningMuted: "#8388AD",
morningSubtle: "#5F6488",
morningText: "#4E5377",
morningHightLow: "#C1C3D6",
morningHighMedium: "#AAB0D5",
morningHighlightHigh: "#949ABE",
morningCoral: "#D26A5D",
morningSalmon: "#F19A8E",
morningViolet: "#886CDB",
morningFennel: "#3788BE",
morningSky: "#7397DE",
morningMint: "#77AAB3",
},