We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb01e6 commit 2b3f5f8Copy full SHA for 2b3f5f8
tailwind.config.js
@@ -21,7 +21,26 @@ module.exports = {
21
red: "#da5a47",
22
cinder: "#131119",
23
green: "#27AB83",
24
- "light-slate": "#66778A"
+ "light-slate": "#66778A",
25
+ craft: {
26
+ red: "#ef4444",
27
+ orange: "#f97316",
28
+ amber: "#f59e0b",
29
+ yellow: "#eab308",
30
+ lime: "#84cc16",
31
+ green: "#22c55e",
32
+ emerald: "#10b981",
33
+ teal: "#14b8a6",
34
+ cyan: "#06b6d4",
35
+ sky: "#0ea5e9",
36
+ blue: "#3b82f6",
37
+ indigo: "#6366f1",
38
+ violet: "#8b5cf6",
39
+ purple: "#a855f7",
40
+ fuchsia: "#d946ef",
41
+ pink: "#ec4899",
42
+ rose: "#f43f5e",
43
+ },
44
},
45
width: {
46
80: "20rem"
0 commit comments