Color names in this palette
CSS code for this palette
/* CSS */
.mexican-spirit {
color: #d67f38;
}
.egyptian-gold {
color: #f1a64b;
}
.orange-chocolate {
color: #f7c973;
}
.daydream {
color: #e2e9af;
}
.blue-dam {
color: #a1c7d4;
}
/* CSS Variables */
:root {
--mexican-spirit:#d67f38;
--egyptian-gold:#f1a64b;
--orange-chocolate:#f7c973;
--daydream:#e2e9af;
--blue-dam:#a1c7d4;
}