Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #fcd44f;
}
.flash-of-orange {
color: #ffaa00;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.rosso-corsa {
color: #d60000;
}
/* CSS Variables */
:root {
--westfall-yellow:#fcd44f;
--flash-of-orange:#ffaa00;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--rosso-corsa:#d60000;
}