ash_hq/assets/tailwind.colors.json

57 lines
No EOL
1.1 KiB
JSON

{
"silver-phoenix": "#EAEBF3",
"base-dark": {
"DEFAULT": "#5E627D",
"50": "#C2C4D1",
"100": "#B6B8C8",
"200": "#9FA2B7",
"300": "#878BA5",
"400": "#707594",
"500": "#5E627D",
"600": "#46495D",
"700": "#2E303D",
"750": "#22242D",
"800": "#16171D",
"850": "#0c0c0f",
"900": "#000000"
},
"base-light": {
"DEFAULT": "#6b7280",
"50": "#f9fafb",
"100": "#f3f4f6",
"200": "#e5e7eb",
"300": "#d1d5db",
"400": "#9ca3af",
"500": "#6b7280",
"600": "#4b5563",
"700": "#374151",
"800": "#1f2937",
"900": "#111827"
},
"primary-dark": {
"DEFAULT": "#FF5757",
"50": "#FFE1E1",
"100": "#FFD1D1",
"200": "#FFB3B3",
"300": "#FF9494",
"400": "#FF7676",
"500": "#FF5757",
"600": "#FF1F1F",
"700": "#E60000",
"800": "#AE0000",
"900": "#760000"
},
"primary-light": {
"DEFAULT": "#FF914D",
"50": "#FFE6D7",
"100": "#FFDDC7",
"200": "#FFCAA9",
"300": "#FFB78A",
"400": "#FFA46C",
"500": "#FF914D",
"600": "#FF6E15",
"700": "#DC5400",
"800": "#A43F00",
"900": "#6C2900"
}
}