Skip to content

Commit 70ede55

Browse files
committed
change the color primitves
1 parent 50ca641 commit 70ede55

File tree

1 file changed

+20
-10
lines changed
  • src/@chakra-ui/gatsby-plugin/foundations

1 file changed

+20
-10
lines changed

src/@chakra-ui/gatsby-plugin/foundations/colors.ts

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,28 @@ const colors = {
1212
900: "#141414",
1313
},
1414
blue: {
15-
100: "#dedeff",
16-
300: "#8282ff",
17-
500: "#1c1cff",
18-
600: "#090990",
19-
700: "#0b0b66",
15+
50: "#F6F6FF",
16+
100: "#EBEBFF",
17+
200: "#D6D6FF",
18+
300: "#9999FF",
19+
400: "#4747FF",
20+
500: "#1C1CFF",
21+
600: "#0000E0",
22+
700: "#0000A3",
23+
800: "#000066",
24+
900: "#000029",
2025
},
2126
orange: {
22-
100: "#ffe3d3",
23-
300: "#ffb991",
24-
500: "#ff7324",
25-
600: "#c95d20",
26-
800: "#352313",
27+
50: "#FFF3ED",
28+
100: "#FFE5D6",
29+
200: "#FFCBAD",
30+
300: "#FFB185",
31+
400: "#FF985C",
32+
500: "#FF7324",
33+
600: "#B84300",
34+
700: "#7A2D00",
35+
800: "#4B1C00",
36+
900: "#1A0900",
2737
},
2838
red: {
2939
100: "#f7c8c8",

0 commit comments

Comments
 (0)