Color names in this palette
CSS code for this palette
/* CSS */
.kaihau-express {
color: #d14900;
}
.sun-crete {
color: #ff8c00;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec3d;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--kaihau-express:#d14900;
--sun-crete:#ff8c00;
--soviet-gold:#ffd900;
--hollandaise:#ffec3d;
--smashing-pumpkins:#ff5724;
}