@@ -32,78 +32,6 @@ width of the main page part, rely on `$tc-screen-lg` as the maximal width.
32
32
- ** ` $tc-screen-lg ` ** &mdash ; * 1280px* .
33
33
34
34
### Colors
35
- Here are the standard colors to be used in Topcoder designs. They match the
36
- design specs image below, but some of them have different names due to historic
37
- reasons:
38
-
39
- ##### Primary Colors
40
- - ** ` $tc-light-blue ` ** &mdash ; ` #26ade9 ` ;
41
- - ** ` $tc-green ` ** &mdash ; ` #60c700 ` ;
42
- - ** ` $tc-orange ` ** &mdash ; ` #fb7d22 ` ;
43
- - ** ` $tc-yellow ` ** &mdash ; ` #fff100 ` ;
44
-
45
- - ** ` $tc-black ` ** &mdash ; ` #262628 ` ;
46
- - ** ` $tc-gray-90 ` ** &mdash ; ` #37373c ` ;
47
- - ** ` $tc-gray-80 ` ** &mdash ; ` #47474f ` ;
48
- - ** ` $tc-gray-70 ` ** &mdash ; ` #5d5d66 ` ;
49
- - ** ` $tc-gray-60 ` ** &mdash ; ` #747480 ` ;
50
- - ** ` $tc-gray-50 ` ** &mdash ; ` #888894 ` ;
51
- - ** ` $tc-gray-40 ` ** &mdash ; ` #a3a3ad ` ;
52
- - ** ` $tc-gray-30 ` ** &mdash ; ` #c3c3c8 ` ;
53
- - ** ` $tc-gray-20 ` ** &mdash ; ` #dcdce0 ` ;
54
- - ** ` $tc-gray-10 ` ** &mdash ; ` #ededf2 ` ;
55
-
56
- - ** ` $tc-gray-neutral-dark ` ** &mdash ; ` #ebebeb ` ;
57
- - ** ` $tc-gray-neutral-light ` ** &mdash ; ` #fafafb ` ;
58
- - ** ` $tc-white ` ** &mdash ; ` #fff ` ;
59
-
60
- ##### Accents & Shades
61
- - ** ` $tc-dark-blue ` ** &mdash ; ` #0a71e6 ` ;
62
- - ** ` $tc-dark-blue-90 ` ** &mdash ; ` #1a85ff ` ;
63
- - ** ` $tc-dark-blue-70 ` ** &mdash ; ` #59a7ff ` ;
64
- - ** ` $tc-dark-blue-30 ` ** &mdash ; ` #cfe6ff ` ;
65
- - ** ` $tc-dark-blue-10 ` ** &mdash ; ` #f4f9ff ` ;
66
-
67
- - ** ` $tc-red ` ** &mdash ; ` #f22f24 ` ;
68
- - ** ` $tc-red-70 ` ** &mdash ; ` #ff5b52 ` ;
69
- - ** ` $tc-red-30 ` ** &mdash ; ` #ffd4d1 ` ;
70
- - ** ` $tc-red-10 ` ** &mdash ; ` #fff4f4 ` ;
71
-
72
- - ** ` $tc-gold ` ** &mdash ; ` #fce217 ` ;
73
- - ** ` $tc-gold-70 ` ** &mdash ; ` #faed8e ` ;
74
- - ** ` $tc-gold-30 ` ** &mdash ; ` #fff7cc ` ;
75
- - ** ` $tc-gold-10 ` ** &mdash ; ` #fffde6 ` ;
76
-
77
- - ** ` $tc-green ` ** &mdash ; ` #60c700 ` ;
78
- - ** ` $tc-green-70 ` ** &mdash ; ` #96d957 ` ;
79
- - ** ` $tc-green-30 ` ** &mdash ; ` #cfefb2 ` ;
80
- - ** ` $tc-green-10 ` ** &mdash ; ` #effae5 ` ;
81
-
82
- - ** ` $tc-light-blue ` ** &mdash ; ` #26ade9 ` ;
83
- - ** ` $tc-light-blue-70 ` ** &mdash ; ` #67c5ef ` ;
84
- - ** ` $tc-light-blue-30 ` ** &mdash ; ` #bde6f8 ` ;
85
- - ** ` $tc-light-blue-10 ` ** &mdash ; ` #e9f6fc ` ;
86
-
87
- - ** ` $tc-orange ` ** &mdash ; ` #fb7d22 ` ;
88
- - ** ` $tc-orange-70 ` ** &mdash ; ` #fda464 ` ;
89
- - ** ` $tc-orange-30 ` ** &mdash ; ` #fee3d0 ` ;
90
- - ** ` $tc-orange-10 ` ** &mdash ; ` #fff0eb ` ;
91
-
92
- - ** ` $tc-purple ` ** &mdash ; ` #9050a3 ` ;
93
- - ** ` $tc-purple-70 ` ** &mdash ; ` #b47dd6 ` ;
94
- - ** ` $tc-purple-30 ` ** &mdash ; ` #e2c7f2 ` ;
95
- - ** ` $tc-purple-10 ` ** &mdash ; ` #f8f2fb ` ;
96
-
97
- ##### Badges
98
- - ** ` $tc-gold ` ** &mdash ; ` #fce217 ` ;
99
- - ** ` $tc-silver ` ** &mdash ; ` #a9bcd4 ` ;
100
- - ** ` $tc-bronze ` ** &mdash ; ` #bd731e ` ;
101
-
102
- ##### Levels
103
- - ** ` $tc-level-1 ` ** &mdash ; ` $a3a3ad ` ;
104
- - ** ` $tc-level-2 ` ** &mdash ; ` #25c089 ` ;
105
- - ** ` $tc-level-3 ` ** &mdash ; ` #666eff ` ;
106
- - ** ` $tc-level-4 ` ** &mdash ; ` #fcb816 ` ;
107
- - ** ` $tc-level-5 ` ** &mdash ; ` #e6175c ` ;
108
-
109
- ![ Standard TC Colors] ( images/variables-colors.png )
35
+ [ ** LIVE DEMO** ] ( https://community-app.topcoder-dev.com/examples/color-mixins ) of
36
+ mixins for the standard color pallete being used in Topcoder designs. Always use
37
+ these color mixins instead of hard-coding HEX color codes into your SCSS code.
0 commit comments