This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguidelines.yaml
121 lines (104 loc) · 2.28 KB
/
guidelines.yaml
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
112
113
114
115
116
117
118
119
120
121
color:
# HEX
primary:
white: "#ffffff"
black: "#000000"
blue: "#00bdfa"
secondary:
connected-cyan: "#00fffa"
disruptive-rose: "#ff1b78"
transformative-turquoise: "#0dfdb4"
agile-yellow: "#fff011"
gradient:
option-1: "linear-gradient(150deg, #00bdfa 0%, #0dfdb4 100%)"
option-2: "linear-gradient(150deg, #00bdfa 0%, #ff1b78 100%)"
# RGB
rgb:
primary:
white: "rbg(255, 255, 255)"
black: "rbg(0, 0, 0)"
blue: "rbg(0, 189, 250)"
secondary:
connected-cyan: "rbg(0, 255, 250)"
disruptive-rose: "rbg(255, 27, 120)"
transformative-turquoise: "rbg(13, 253, 180)"
agile-yellow: "rbg(255, 240, 17)"
gradient:
option-1: "linear-gradient(150deg, rgb(0, 189, 250) 0%, rgb(13, 253, 180) 100%)"
option-2: "linear-gradient(150deg, rgb(0, 189, 250) 0%, rgb(255, 27, 120) 100%)"
# CMYK
cmyk:
primary:
white:
c: 0
m: 0
y: 0
k: 0
black:
c: 75
m: 68
y: 67
k: 90
blue:
c: 65
m: 6
y: 0
k: 0
secondary:
connected-cyan:
c: 100
m: 0
y: 2
k: 0
disruptive-rose:
c: 0
m: 89
y: 53
k: 0
transformative-turquoise:
c: 95
m: 0
y: 29
k: 1
agile-yellow:
c: 0
m: 6
y: 93
k: 0
# Pantone
pantone:
primary:
black: "Black 6 C"
blue: "2995 C"
secondary:
connected-cyan: "3252 C"
disruptive-rose: "213 C"
transformative-turquoise: "2414 C"
agile-yellow: "107 C"
# Achromatic
achromatic:
gainsboro: '#dcdcdc'
light-gray: '#d3d3d3'
silver: '#c0c0c0'
medium-gray: '#bebebe'
spanish-gray: '#989898'
gray: '#808080'
dim-gray: '#696969'
davys-gray: "#555555"
jet: "#343434"
font:
content: "'Helvetica Neue', Roboto, Arial, Helvetica, Verdana, sans-serif"
safe: "Roboto, Arial, Helvetica, Verdana, sans-serif"
code: "'Roboto Mono', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', Courier, monospace"
type:
title:
weight: 700
size: 2.5
leading: 1.2
subtitle:
weight: 300
size: 1.5
leading: 1.5
paragraph:
weight: 400
leading: 1.5