Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.flush-orange {
color: #ff6e00;
}
.flash-of-orange {
color: #ffaa00;
}
.cyber-yellow {
color: #ffd500;
}
.yellow-green-grosbeak {
color: #c2cc33;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--flush-orange:#ff6e00;
--flash-of-orange:#ffaa00;
--cyber-yellow:#ffd500;
--yellow-green-grosbeak:#c2cc33;
}