generated from Serendipity-Theme/template-for-repositories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
palette.css
111 lines (99 loc) · 3.03 KB
/
palette.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
107
108
109
110
111
//Midnight
/* CSS HEX */
--xiketic: #151726ff;
--raisin-black: #1c1e2dff;
--raisin-black-2: #232534ff;
--rhythm: #6b6d7cff;
--roman-silver: #8d8f9eff;
--lavender-web: #dee0efff;
--raisin-black-3: #1f212fff;
--charcoal: #3e404fff;
--independence: #4f5162ff;
--carolina-blue: #5ba2d0ff;
--light-blue: #9ccfd8ff;
--congo-pink: #ee8679ff;
--pale-pink: #f8d2c9ff;
--lavender-floral: #a78bfaff;
--french-sky-blue: #94b8ffff;
/* CSS HSL */
--xiketic: hsla(233, 29%, 12%, 1);
--raisin-black: hsla(233, 23%, 14%, 1);
--raisin-black-2: hsla(233, 20%, 17%, 1);
--rhythm: hsla(233, 7%, 45%, 1);
--roman-silver: hsla(233, 8%, 59%, 1);
--lavender-web: hsla(233, 35%, 90%, 1);
--raisin-black-3: hsla(233, 21%, 15%, 1);
--charcoal: hsla(233, 12%, 28%, 1);
--independence: hsla(234, 11%, 35%, 1);
--carolina-blue: hsla(204, 55%, 59%, 1);
--light-blue: hsla(189, 43%, 73%, 1);
--congo-pink: hsla(7, 77%, 70%, 1);
--pale-pink: hsla(11, 77%, 88%, 1);
--lavender-floral: hsla(255, 92%, 76%, 1);
--french-sky-blue: hsla(220, 100%, 79%, 1);
//Sunset
/* CSS HEX */
--raisin-black: #202231ff;
--raisin-black-2: #272938ff;
--charcoal: #363847ff;
--rhythm: #6b6d7cff;
--roman-silver: #8d8f9eff;
--lavender-web: #dee0efff;
--raisin-black-3: #292a3aff;
--independence: #414354ff;
--independence-2: #535568ff;
--blue-bell: #a392dcff;
--wild-blue-yonder: #a0b6e8ff;
--new-york-pink: #d1918fff;
--pale-pink: #edd5d6ff;
--cerulean-frost: #709bbdff;
--light-blue: #aac9d4ff;
/* CSS HSL */
--raisin-black: hsla(233, 21%, 16%, 1);
--raisin-black-2: hsla(233, 18%, 19%, 1);
--charcoal: hsla(233, 14%, 25%, 1);
--rhythm: hsla(233, 7%, 45%, 1);
--roman-silver: hsla(233, 8%, 59%, 1);
--lavender-web: hsla(233, 35%, 90%, 1);
--raisin-black-3: hsla(236, 17%, 19%, 1);
--independence: hsla(234, 13%, 29%, 1);
--independence-2: hsla(234, 11%, 37%, 1);
--blue-bell: hsla(254, 51%, 72%, 1);
--wild-blue-yonder: hsla(222, 61%, 77%, 1);
--new-york-pink: hsla(2, 42%, 69%, 1);
--pale-pink: hsla(358, 40%, 88%, 1);
--cerulean-frost: hsla(206, 37%, 59%, 1);
--light-blue: hsla(196, 33%, 75%, 1);
//Morning
/* CSS HEX */
--white: #fdfdfeff;
--cultured: #f1f1f4ff;
--gainsboro: #d8dae4ff;
--cool-grey: #8388adff;
--dark-blue-gray: #5f6488ff;
--independence: #4e5377ff;
--light-periwinkle: #c1c3d6ff;
--wild-blue-yonder: #aab0d5ff;
--cool-grey-2: #949abeff;
--fuzzy-wuzzy: #d26a5dff;
--vivid-tangerine: #f19a8eff;
--green-blue-crayola: #3788beff;
--cadet-blue: #77aab3ff;
--medium-purple: #886cdbff;
--cornflower-blue: #7397deff;
/* CSS HSL */
--white: hsla(240, 33%, 99%, 1);
--cultured: hsla(240, 12%, 95%, 1);
--gainsboro: hsla(230, 18%, 87%, 1);
--cool-grey: hsla(233, 20%, 60%, 1);
--dark-blue-gray: hsla(233, 18%, 45%, 1);
--independence: hsla(233, 21%, 39%, 1);
--light-periwinkle: hsla(234, 20%, 80%, 1);
--wild-blue-yonder: hsla(232, 34%, 75%, 1);
--cool-grey-2: hsla(231, 24%, 66%, 1);
--fuzzy-wuzzy: hsla(7, 57%, 59%, 1);
--vivid-tangerine: hsla(7, 78%, 75%, 1);
--green-blue-crayola: hsla(204, 55%, 48%, 1);
--cadet-blue: hsla(189, 28%, 58%, 1);
--medium-purple: hsla(255, 61%, 64%, 1);
--cornflower-blue: hsla(220, 62%, 66%, 1);