colorkit 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Oranges
3
+ *
4
+ */
5
+
6
+ $orange: #FFA500 !default;
7
+
8
+ /**
9
+ * Tints
10
+ */
11
+ $orange--tint-stack: tint-stack($orange, $sixths);
12
+
13
+ $orange--tint-1: nth($orange--tint-stack, 2);
14
+ $orange--tint-2: nth($orange--tint-stack, 3);
15
+ $orange--tint-3: nth($orange--tint-stack, 4);
16
+ $orange--tint-4: nth($orange--tint-stack, 5);
17
+ $orange--tint-5: nth($orange--tint-stack, 6);
18
+ $orange--tint-6: nth($orange--tint-stack, 7);
19
+
20
+ /**
21
+ * Tones
22
+ */
23
+ $orange--tone-stack: tone-stack($orange, $sixths);
24
+
25
+ $orange--tone-1: nth($orange--tone-stack, 2);
26
+ $orange--tone-2: nth($orange--tone-stack, 3);
27
+ $orange--tone-3: nth($orange--tone-stack, 4);
28
+ $orange--tone-4: nth($orange--tone-stack, 5);
29
+ $orange--tone-5: nth($orange--tone-stack, 6);
30
+ $orange--tone-6: nth($orange--tone-stack, 7);
31
+
32
+ /**
33
+ * Shades
34
+ */
35
+ $orange--shade-stack: shade-stack($orange, $sixths);
36
+
37
+ $orange--shade-1: nth($orange--shade-stack, 2);
38
+ $orange--shade-2: nth($orange--shade-stack, 3);
39
+ $orange--shade-3: nth($orange--shade-stack, 4);
40
+ $orange--shade-4: nth($orange--shade-stack, 5);
41
+ $orange--shade-5: nth($orange--shade-stack, 6);
42
+ $orange--shade-6: nth($orange--shade-stack, 7);
43
+
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Red-Oranges
3
+ *
4
+ */
5
+
6
+ $red-orange: mix(red, orange) !default;
7
+
8
+ /**
9
+ * Tints
10
+ */
11
+ $red-orange--tint-stack: tint-stack($red-orange, $sixths);
12
+
13
+ $red-orange--tint-1: nth($red-orange--tint-stack, 2);
14
+ $red-orange--tint-2: nth($red-orange--tint-stack, 3);
15
+ $red-orange--tint-3: nth($red-orange--tint-stack, 4);
16
+ $red-orange--tint-4: nth($red-orange--tint-stack, 5);
17
+ $red-orange--tint-5: nth($red-orange--tint-stack, 6);
18
+ $red-orange--tint-6: nth($red-orange--tint-stack, 7);
19
+
20
+ /**
21
+ * Tones
22
+ */
23
+ $red-orange--tone-stack: tone-stack($red-orange, $sixths);
24
+
25
+ $red-orange--tone-1: nth($red-orange--tone-stack, 2);
26
+ $red-orange--tone-2: nth($red-orange--tone-stack, 3);
27
+ $red-orange--tone-3: nth($red-orange--tone-stack, 4);
28
+ $red-orange--tone-4: nth($red-orange--tone-stack, 5);
29
+ $red-orange--tone-5: nth($red-orange--tone-stack, 6);
30
+ $red-orange--tone-6: nth($red-orange--tone-stack, 7);
31
+
32
+ /**
33
+ * Shades
34
+ */
35
+ $red-orange--shade-stack: shade-stack($red-orange, $sixths);
36
+
37
+ $red-orange--shade-1: nth($red-orange--shade-stack, 2);
38
+ $red-orange--shade-2: nth($red-orange--shade-stack, 3);
39
+ $red-orange--shade-3: nth($red-orange--shade-stack, 4);
40
+ $red-orange--shade-4: nth($red-orange--shade-stack, 5);
41
+ $red-orange--shade-5: nth($red-orange--shade-stack, 6);
42
+ $red-orange--shade-6: nth($red-orange--shade-stack, 7);
43
+
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Red-Violets
3
+ *
4
+ */
5
+
6
+ $red-violet: mix(red, violet) !default;
7
+
8
+ /**
9
+ * Tints
10
+ */
11
+ $red-violet--tint-stack: tint-stack($red-violet, $sixths);
12
+
13
+ $red-violet--tint-1: nth($red-violet--tint-stack, 2);
14
+ $red-violet--tint-2: nth($red-violet--tint-stack, 3);
15
+ $red-violet--tint-3: nth($red-violet--tint-stack, 4);
16
+ $red-violet--tint-4: nth($red-violet--tint-stack, 5);
17
+ $red-violet--tint-5: nth($red-violet--tint-stack, 6);
18
+ $red-violet--tint-6: nth($red-violet--tint-stack, 7);
19
+
20
+ /**
21
+ * Tones
22
+ */
23
+ $red-violet--tone-stack: tone-stack($red-violet, $sixths);
24
+
25
+ $red-violet--tone-1: nth($red-violet--tone-stack, 2);
26
+ $red-violet--tone-2: nth($red-violet--tone-stack, 3);
27
+ $red-violet--tone-3: nth($red-violet--tone-stack, 4);
28
+ $red-violet--tone-4: nth($red-violet--tone-stack, 5);
29
+ $red-violet--tone-5: nth($red-violet--tone-stack, 6);
30
+ $red-violet--tone-6: nth($red-violet--tone-stack, 7);
31
+
32
+ /**
33
+ * Shades
34
+ */
35
+ $red-violet--shade-stack: shade-stack($red-violet, $sixths);
36
+
37
+ $red-violet--shade-1: nth($red-violet--shade-stack, 2);
38
+ $red-violet--shade-2: nth($red-violet--shade-stack, 3);
39
+ $red-violet--shade-3: nth($red-violet--shade-stack, 4);
40
+ $red-violet--shade-4: nth($red-violet--shade-stack, 5);
41
+ $red-violet--shade-5: nth($red-violet--shade-stack, 6);
42
+ $red-violet--shade-6: nth($red-violet--shade-stack, 7);
43
+
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Reds
3
+ *
4
+ */
5
+
6
+ $red: #FF0000 !default;
7
+
8
+ /**
9
+ * Tints
10
+ */
11
+ $red--tint-stack: tint-stack($red, $sixths);
12
+
13
+ $red--tint-1: nth($red--tint-stack, 2);
14
+ $red--tint-2: nth($red--tint-stack, 3);
15
+ $red--tint-3: nth($red--tint-stack, 4);
16
+ $red--tint-4: nth($red--tint-stack, 5);
17
+ $red--tint-5: nth($red--tint-stack, 6);
18
+ $red--tint-6: nth($red--tint-stack, 7);
19
+
20
+ /**
21
+ * Tones
22
+ */
23
+ $red--tone-stack: tone-stack($red, $sixths);
24
+
25
+ $red--tone-1: nth($red--tone-stack, 2);
26
+ $red--tone-2: nth($red--tone-stack, 3);
27
+ $red--tone-3: nth($red--tone-stack, 4);
28
+ $red--tone-4: nth($red--tone-stack, 5);
29
+ $red--tone-5: nth($red--tone-stack, 6);
30
+ $red--tone-6: nth($red--tone-stack, 7);
31
+
32
+ /**
33
+ * Shades
34
+ */
35
+ $red--shade-stack: shade-stack($red, $sixths);
36
+
37
+ $red--shade-1: nth($red--shade-stack, 2);
38
+ $red--shade-2: nth($red--shade-stack, 3);
39
+ $red--shade-3: nth($red--shade-stack, 4);
40
+ $red--shade-4: nth($red--shade-stack, 5);
41
+ $red--shade-5: nth($red--shade-stack, 6);
42
+ $red--shade-6: nth($red--shade-stack, 7);
43
+
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Violets
3
+ *
4
+ */
5
+
6
+ $violet: violet !default;
7
+
8
+ /**
9
+ * Tints
10
+ */
11
+ $violet--tint-stack: tint-stack($violet, $sixths);
12
+
13
+ $violet--tint-1: nth($violet--tint-stack, 2);
14
+ $violet--tint-2: nth($violet--tint-stack, 3);
15
+ $violet--tint-3: nth($violet--tint-stack, 4);
16
+ $violet--tint-4: nth($violet--tint-stack, 5);
17
+ $violet--tint-5: nth($violet--tint-stack, 6);
18
+ $violet--tint-6: nth($violet--tint-stack, 7);
19
+
20
+ /**
21
+ * Tones
22
+ */
23
+ $violet--tone-stack: tone-stack($violet, $sixths);
24
+
25
+ $violet--tone-1: nth($violet--tone-stack, 2);
26
+ $violet--tone-2: nth($violet--tone-stack, 3);
27
+ $violet--tone-3: nth($violet--tone-stack, 4);
28
+ $violet--tone-4: nth($violet--tone-stack, 5);
29
+ $violet--tone-5: nth($violet--tone-stack, 6);
30
+ $violet--tone-6: nth($violet--tone-stack, 7);
31
+
32
+ /**
33
+ * Shades
34
+ */
35
+ $violet--shade-stack: shade-stack($violet, $sixths);
36
+
37
+ $violet--shade-1: nth($violet--shade-stack, 2);
38
+ $violet--shade-2: nth($violet--shade-stack, 3);
39
+ $violet--shade-3: nth($violet--shade-stack, 4);
40
+ $violet--shade-4: nth($violet--shade-stack, 5);
41
+ $violet--shade-5: nth($violet--shade-stack, 6);
42
+ $violet--shade-6: nth($violet--shade-stack, 7);
43
+
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Whites
3
+ *
4
+ */
5
+
6
+ $white: white(0) !default;
7
+
8
+ /**
9
+ * Tints
10
+ */
11
+ $white--tint-stack: tint-stack($white, $sixths);
12
+
13
+ $white--tint-1: nth($white--tint-stack, 2);
14
+ $white--tint-2: nth($white--tint-stack, 3);
15
+ $white--tint-3: nth($white--tint-stack, 4);
16
+ $white--tint-4: nth($white--tint-stack, 5);
17
+ $white--tint-5: nth($white--tint-stack, 6);
18
+ $white--tint-6: nth($white--tint-stack, 7);
19
+
20
+ /**
21
+ * Tones
22
+ */
23
+ $white--tone-stack: tone-stack($white, $sixths);
24
+
25
+ $white--tone-1: nth($white--tone-stack, 2);
26
+ $white--tone-2: nth($white--tone-stack, 3);
27
+ $white--tone-3: nth($white--tone-stack, 4);
28
+ $white--tone-4: nth($white--tone-stack, 5);
29
+ $white--tone-5: nth($white--tone-stack, 6);
30
+ $white--tone-6: nth($white--tone-stack, 7);
31
+
32
+ /**
33
+ * Shades
34
+ */
35
+ $white--shade-stack: shade-stack($white, $sixths);
36
+
37
+ $white--shade-1: nth($white--shade-stack, 2);
38
+ $white--shade-2: nth($white--shade-stack, 3);
39
+ $white--shade-3: nth($white--shade-stack, 4);
40
+ $white--shade-4: nth($white--shade-stack, 5);
41
+ $white--shade-5: nth($white--shade-stack, 6);
42
+ $white--shade-6: nth($white--shade-stack, 7);
43
+
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Yellow-Greens
3
+ *
4
+ */
5
+
6
+ $yellow-green: mix(yellow, green) !default;
7
+
8
+ /**
9
+ * Tints
10
+ */
11
+ $yellow-green--tint-stack: tint-stack($yellow-green, $sixths);
12
+
13
+ $yellow-green--tint-1: nth($yellow-green--tint-stack, 2);
14
+ $yellow-green--tint-2: nth($yellow-green--tint-stack, 3);
15
+ $yellow-green--tint-3: nth($yellow-green--tint-stack, 4);
16
+ $yellow-green--tint-4: nth($yellow-green--tint-stack, 5);
17
+ $yellow-green--tint-5: nth($yellow-green--tint-stack, 6);
18
+ $yellow-green--tint-6: nth($yellow-green--tint-stack, 7);
19
+
20
+ /**
21
+ * Tones
22
+ */
23
+ $yellow-green--tone-stack: tone-stack($yellow-green, $sixths);
24
+
25
+ $yellow-green--tone-1: nth($yellow-green--tone-stack, 2);
26
+ $yellow-green--tone-2: nth($yellow-green--tone-stack, 3);
27
+ $yellow-green--tone-3: nth($yellow-green--tone-stack, 4);
28
+ $yellow-green--tone-4: nth($yellow-green--tone-stack, 5);
29
+ $yellow-green--tone-5: nth($yellow-green--tone-stack, 6);
30
+ $yellow-green--tone-6: nth($yellow-green--tone-stack, 7);
31
+
32
+ /**
33
+ * Shades
34
+ */
35
+ $yellow-green--shade-stack: shade-stack($yellow-green, $sixths);
36
+
37
+ $yellow-green--shade-1: nth($yellow-green--shade-stack, 2);
38
+ $yellow-green--shade-2: nth($yellow-green--shade-stack, 3);
39
+ $yellow-green--shade-3: nth($yellow-green--shade-stack, 4);
40
+ $yellow-green--shade-4: nth($yellow-green--shade-stack, 5);
41
+ $yellow-green--shade-5: nth($yellow-green--shade-stack, 6);
42
+ $yellow-green--shade-6: nth($yellow-green--shade-stack, 7);
43
+
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Yellow-Orange
3
+ *
4
+ */
5
+
6
+ $yellow-orange: mix(yellow, orange) !default;
7
+
8
+ /**
9
+ * Tints
10
+ */
11
+ $yellow-orange--tint-stack: tint-stack($yellow-orange, $sixths);
12
+
13
+ $yellow-orange--tint-1: nth($yellow-orange--tint-stack, 2);
14
+ $yellow-orange--tint-2: nth($yellow-orange--tint-stack, 3);
15
+ $yellow-orange--tint-3: nth($yellow-orange--tint-stack, 4);
16
+ $yellow-orange--tint-4: nth($yellow-orange--tint-stack, 5);
17
+ $yellow-orange--tint-5: nth($yellow-orange--tint-stack, 6);
18
+ $yellow-orange--tint-6: nth($yellow-orange--tint-stack, 7);
19
+
20
+ /**
21
+ * Tones
22
+ */
23
+ $yellow-orange--tone-stack: tone-stack($yellow-orange, $sixths);
24
+
25
+ $yellow-orange--tone-1: nth($yellow-orange--tone-stack, 2);
26
+ $yellow-orange--tone-2: nth($yellow-orange--tone-stack, 3);
27
+ $yellow-orange--tone-3: nth($yellow-orange--tone-stack, 4);
28
+ $yellow-orange--tone-4: nth($yellow-orange--tone-stack, 5);
29
+ $yellow-orange--tone-5: nth($yellow-orange--tone-stack, 6);
30
+ $yellow-orange--tone-6: nth($yellow-orange--tone-stack, 7);
31
+
32
+ /**
33
+ * Shades
34
+ */
35
+ $yellow-orange--shade-stack: shade-stack($yellow-orange, $sixths);
36
+
37
+ $yellow-orange--shade-1: nth($yellow-orange--shade-stack, 2);
38
+ $yellow-orange--shade-2: nth($yellow-orange--shade-stack, 3);
39
+ $yellow-orange--shade-3: nth($yellow-orange--shade-stack, 4);
40
+ $yellow-orange--shade-4: nth($yellow-orange--shade-stack, 5);
41
+ $yellow-orange--shade-5: nth($yellow-orange--shade-stack, 6);
42
+ $yellow-orange--shade-6: nth($yellow-orange--shade-stack, 7);
43
+
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Yellows
3
+ *
4
+ */
5
+
6
+ $yellow: #FFFF00 !default;
7
+
8
+ /**
9
+ * Tints
10
+ */
11
+ $yellow--tint-stack: tint-stack($yellow, $sixths);
12
+
13
+ $yellow--tint-1: nth($yellow--tint-stack, 2);
14
+ $yellow--tint-2: nth($yellow--tint-stack, 3);
15
+ $yellow--tint-3: nth($yellow--tint-stack, 4);
16
+ $yellow--tint-4: nth($yellow--tint-stack, 5);
17
+ $yellow--tint-5: nth($yellow--tint-stack, 6);
18
+ $yellow--tint-6: nth($yellow--tint-stack, 7);
19
+
20
+ /**
21
+ * Tones
22
+ */
23
+ $yellow--tone-stack: tone-stack($yellow, $sixths);
24
+
25
+ $yellow--tone-1: nth($yellow--tone-stack, 2);
26
+ $yellow--tone-2: nth($yellow--tone-stack, 3);
27
+ $yellow--tone-3: nth($yellow--tone-stack, 4);
28
+ $yellow--tone-4: nth($yellow--tone-stack, 5);
29
+ $yellow--tone-5: nth($yellow--tone-stack, 6);
30
+ $yellow--tone-6: nth($yellow--tone-stack, 7);
31
+
32
+ /**
33
+ * Shades
34
+ */
35
+ $yellow--shade-stack: shade-stack($yellow, $sixths);
36
+
37
+ $yellow--shade-1: nth($yellow--shade-stack, 2);
38
+ $yellow--shade-2: nth($yellow--shade-stack, 3);
39
+ $yellow--shade-3: nth($yellow--shade-stack, 4);
40
+ $yellow--shade-4: nth($yellow--shade-stack, 5);
41
+ $yellow--shade-5: nth($yellow--shade-stack, 6);
42
+ $yellow--shade-6: nth($yellow--shade-stack, 7);
43
+
@@ -0,0 +1,106 @@
1
+ /**
2
+ * Color Pallet
3
+ *
4
+ * global color settings
5
+ */
6
+
7
+ /**
8
+ * Import Colorkit
9
+ *
10
+ */
11
+ @import "colorkit";
12
+
13
+ /**
14
+ * Color Scheme
15
+ *
16
+ * Generate harmonious color scheme based on a single key-color ($base-color)
17
+ *
18
+ * $base-color: any CSS color value or keyword
19
+ * $color-relationship: monochromatic/complementary/spit-complementary/analogous/triadic/tetradic/quadradic
20
+ * $color-angle: (defaults to 30)
21
+ */
22
+ $color-relationship: double-complementary;
23
+ $base-color: red;
24
+ @include color-scheme($color-relationship, $base-color);
25
+
26
+ /**
27
+ * Black and White
28
+ */
29
+ $white: white(0);
30
+ $black: black(0);
31
+
32
+ /**
33
+ * Shadow and Highlight
34
+ */
35
+ $highlight-color: alpha-white(.5)!default;
36
+ $shadow-color: alpha-black(.2) !default;
37
+
38
+ /**
39
+ * Semantic Utilities
40
+ *
41
+ * utility color variables to extend with semantic variable names
42
+ */
43
+ $strong: black(20%) !default;
44
+ $subtle: black(60%) !default;
45
+ $muted: black(70%) !default;
46
+ $accent: $blue-green--tint-2;
47
+
48
+ /**
49
+ * Text Colors
50
+ */
51
+ $strong-color--txt: $strong;
52
+ $subtle-color--txt: $subtle;
53
+ $muted-color--txt: $muted;
54
+ $accent-color--txt: $blue-green--tint-6;
55
+
56
+ /**
57
+ * Background Colors
58
+ */
59
+ $strong-color--bg: $strong;
60
+ $subtle-color--bg: $subtle;
61
+ $muted-color--bg: $muted;
62
+
63
+ /**
64
+ * Brand Colors
65
+ *
66
+ * prefixed with '$brand-' to avoid proper color names for ease of use and to avoid collision with CSS color keywords
67
+ * ex: $brand-blue: deepskyblue; or: $brand-accent: tint($brand-blue, 12%);
68
+ */
69
+
70
+ /**
71
+ * ex:
72
+ * $brand-blue:;
73
+ * $brand-primary:;
74
+ * $brand-secondary:;
75
+ * $brand-accent:;
76
+ */
77
+
78
+ /**
79
+ * UI and State Colors
80
+ *
81
+ */
82
+ $primary-color: $blue-green--tone-2 !default;
83
+ $secondary-color: $blue-green--tone-4 !default;
84
+ $tertiary-color: $blue-green--shade-2 !default;
85
+ $accent-color: $accent;
86
+
87
+ $warning-color: $red-orange--tint-2 !default;
88
+ $warning-color--txt: tint($warning-color, 25%);
89
+ $warning-color--bg: $warning-color;
90
+ $warning-color--border: darken(adjust-hue($warning-color, -10), 3%) !default;
91
+
92
+ $error-color: $red--tint-2 !default;
93
+ $error-color--txt: tint($error-color, 25%);
94
+ $error-color--bg: $error-color;
95
+ $error-color--border: darken(adjust-hue($error-color, -10), 3%) !default;
96
+
97
+ $success-color: $green--tint-2 !default;
98
+ $success-color--txt: tint($success-color, 25%);
99
+ $success-color--bg: $success-color;
100
+ $success-color--border: darken(adjust-hue($success-color, -10), 5%) !default;
101
+
102
+ $info-color: $blue-green--tint-2 !default;
103
+ $info-color--txt: tint($info-color, 25%);
104
+ $info-clor--bg: $info-color;
105
+ $info-color--border: darken(adjust-hue($info-color, -10), 7%) !default;
106
+