Color names in this palette
CSS code for this palette
/* CSS */
.spicy-orange {
color: #d74c2d;
}
.ninjin-orange {
color: #e7a76e;
}
.mille-feuille {
color: #f0c77f;
}
.blended-fruit {
color: #f9e4a4;
}
.coral-bisque {
color: #f5c5b2;
}
/* CSS Variables */
:root {
--spicy-orange:#d74c2d;
--ninjin-orange:#e7a76e;
--mille-feuille:#f0c77f;
--blended-fruit:#f9e4a4;
--coral-bisque:#f5c5b2;
}