-
Notifications
You must be signed in to change notification settings - Fork 5
/
optn-colors.json
60 lines (60 loc) · 1.19 KB
/
optn-colors.json
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
[
{
"name": "optn-Ghost-White",
"hex": "#f4f4f9",
"rgb": "rgb(244, 244, 249)",
"hsl": "hsl(240, 29%, 97%)"
},
{
"name": "Light Mist",
"rgb": "rgb(193, 216, 220)"
},
{
"name": "optn-Sky-Blue",
"hex": "#75e2fa",
"rgb": "rgb(117, 226, 250)",
"hsl": "hsl(191, 93%, 72%)"
},
{
"name": "optn-Livery-Teal",
"hex": "#0085a3",
"rgb": "rgb(0, 133, 163)",
"hsl": "hsl(191, 100%, 32%)"
},
{
"name": "optn-Midnight Blue",
"hex": "#002a33",
"rgb": "rgb(0, 42, 51)",
"hsl": "hsl(191, 100%, 10%)"
},
{
"name": "optn-Rich-Black",
"hex": "#00151a",
"rgb": "rgb(0, 21, 26)",
"hsl": "hssl(192, 100%, 5%)"
},
{
"name": "optn-Canopy-Green",
"hex": "#00856c",
"rgb": "rgb(0, 133, 108)",
"hsl": "hsl(169, 100%, 26%)"
},
{
"name": "optn-Vibrant-Green",
"hex": "#00cca7",
"rgb": "rgb(0, 204, 167)",
"hsl": "hsl(169, 100%, 40%)"
},
{
"name": "optn-Vibrant-Red",
"hex": "#ed254e",
"rgb": "rgb(237, 37, 78)",
"hsl": "hsl(348, 85%, 54%)"
},
{
"name": "optn-Alarming-Yellow",
"hex": "#ffbd33",
"rgb": "rgb(255, 189, 51)",
"hsl": "hsl(41, 100%, 60%)"
}
]