Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5759eeb

Browse files
adding new color codes
1 parent c2457ff commit 5759eeb

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

src/components/color/attributes.js

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,26 @@
1111

1212
// IMPORTANT - default colors should be in hex for compatibility
1313
exports.defaults = [
14-
'#1f77b4', // muted blue
15-
'#ff7f0e', // safety orange
16-
'#2ca02c', // cooked asparagus green
17-
'#d62728', // brick red
18-
'#9467bd', // muted purple
19-
'#8c564b', // chestnut brown
20-
'#e377c2', // raspberry yogurt pink
21-
'#7f7f7f', // middle gray
22-
'#bcbd22', // curry yellow-green
23-
'#17becf' // blue-teal
14+
'#2096f3', // teal blue
15+
'#FAA654', // orange
16+
'#5DCB7E', // cooked asparagus green
17+
'#FFE06E', // pale yellow
18+
'#0D94F6', // muted blue
19+
'#6DEDC7', // mint green
20+
'#FFCA74', // pumkin yellow
21+
'#89CEEF', // denim blue
22+
'#FFCF00', // sunset yellow
23+
'#85DFE3', // aqua blue
24+
'#B8F788', // pastel green
25+
'#6F86D6', // violet sky
26+
'#C2E9FB', // cool water
27+
'#B4C4DA', // mirror grey
28+
'#9FD4C4', // algae green
29+
'#998CE3', // purple
30+
'#AE4680', // magenta
31+
'#F77373', // raspberry yogurt pink
32+
'#FF8500', // safety orange
33+
'#E5CAB4', // sand dust
2434
];
2535

2636
exports.defaultLine = '#444';

0 commit comments

Comments
 (0)