#75 - change colors order
This commit is contained in:
parent
63b5ee051b
commit
f1dfb124c1
@ -3,51 +3,35 @@
|
|||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
"#fda4af",
|
|
||||||
"#f43f5e",
|
"#f43f5e",
|
||||||
"#e11d48",
|
"#e11d48",
|
||||||
"#f9a8d4",
|
|
||||||
"#ec4899",
|
"#ec4899",
|
||||||
"#db2777",
|
"#db2777",
|
||||||
"#f0abfc",
|
|
||||||
"#d946ef",
|
"#d946ef",
|
||||||
"#c026d3",
|
"#c026d3",
|
||||||
"#d8b4fe",
|
|
||||||
"#a855f7",
|
"#a855f7",
|
||||||
"#9333ea",
|
"#9333ea",
|
||||||
"#c4b5fd",
|
"#527aba",
|
||||||
"#8b5cf6",
|
"#3c5f97",
|
||||||
"#7c3aed",
|
|
||||||
"#a5b4fc",
|
|
||||||
"#6366f1",
|
"#6366f1",
|
||||||
"#4f46e5",
|
"#4f46e5",
|
||||||
"#93c5fd",
|
|
||||||
"#3b82f6",
|
"#3b82f6",
|
||||||
"#2563eb",
|
"#2563eb",
|
||||||
"#7dd3fc",
|
|
||||||
"#0ea5e9",
|
"#0ea5e9",
|
||||||
"#0284c7",
|
"#0284c7",
|
||||||
"#67e8f9",
|
|
||||||
"#06b6d4",
|
"#06b6d4",
|
||||||
"#0891b2",
|
"#0891b2",
|
||||||
"#5eead4",
|
|
||||||
"#14b8a6",
|
"#14b8a6",
|
||||||
"#0d9488",
|
"#0d9488",
|
||||||
"#86efac",
|
|
||||||
"#22c55e",
|
"#22c55e",
|
||||||
"#16a34a",
|
"#16a34a",
|
||||||
"#bef264",
|
|
||||||
"#84cc16",
|
"#84cc16",
|
||||||
"#65a30d",
|
"#65a30d",
|
||||||
"#fde047",
|
|
||||||
"#eab308",
|
"#eab308",
|
||||||
"#ca8a04",
|
"#ca8a04",
|
||||||
"#fdba74",
|
|
||||||
"#f97316",
|
"#f97316",
|
||||||
"#ea580c",
|
"#ea580c",
|
||||||
"#fca5a5",
|
|
||||||
"#ef4444",
|
"#ef4444",
|
||||||
"#dc2626",
|
"#dc2626",
|
||||||
"#4b5563",
|
"#4b5563",
|
||||||
"#64748b",
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user