This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_variables.scss
74 lines (64 loc) · 1.83 KB
/
_variables.scss
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
// Colors
$white: #fff;
$black: #000;
// Taken from https://dribbble.com/shots/3272390-HBK-Creative-Agency
//$red: #f74f50;
//$orange: #ea7100;
//$yellow: #f4b100;
//$green: #258269;
//$blue: #3e5ed8;
//$teal: #58bed6;
//$pink: #f14580;
//$purple: #531dab;
//// Taken from https://dribbble.com/shots/3071234-Zora-Dash-Properties-WIPs
//$red: #dc2402;
//$orange: #f97000;
//$yellow: #f8bb00;
//$green: #229282;
//$blue: #20749a;
//$teal: #4acfe5;
//$pink: #e031c2;
//$purple: #d10054;
// Taken from https://dribbble.com/shots/3167208-Bugsnag
//$red: #f93a6f;
//$orange: #f3a800;
//$yellow: #fad700;
//$green: #24be24;
//$blue: #7fa6fb;
//$teal: #2fb3ba;
//$pink: #fa929b;
//$purple: #7485cb;
// Taken from https://dribbble.com/shots/3092290-Animated-Pattern
//$red: #fa9bad;
//$orange: #fbd176;
//$yellow: #fce191;
//$green: #d6ec5e;
//$blue: #b8e5e4;
//$teal: #d2fffe;
//$pink: #fddfde;
//$purple: #f7c3f6;
// Taken from https://dribbble.com/shots/2872170-Oregon
//$red: #df235d;
//$orange: #ed985e;
//$yellow: #f7dd50;
//$green: #58a75f;
//$blue: #372c83;
//$teal: #5eb0a2;
//$pink: #d58d64;
//$purple: #613f5e;
// Taken from https://dribbble.com/shots/3255867-App-Icons/attachments/698918
//$red: #f96e5a;
//$orange: #f99300;
//$yellow: #fbe55c;
//$green: #3fdcf5;
//$blue: #3c59fc;
//$teal: #3fdcf5;
//$pink: #f94b7a;
//$purple: #6232d9;
// Fonts
//@import 'https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,700,700i&subset=latin-ext';
//$font-family-sans-serif: 'Asap', sans-serif;
//@import 'https://fonts.googleapis.com/css?family=Varela+Round&subset=latin-ext';
//$font-family-sans-serif: 'Varela Round', sans-serif;
//@import 'https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900&subset=latin-ext';
//$font-family-sans-serif: 'Frank Ruhl Libre', sans-serif;