Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.coquelicot {
color: #ff3c00;
}
.flash-of-orange {
color: #ffaa00;
}
.cyber-yellow {
color: #ffd500;
}
.green-fiasco {
color: #b0eb00;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--coquelicot:#ff3c00;
--flash-of-orange:#ffaa00;
--cyber-yellow:#ffd500;
--green-fiasco:#b0eb00;
}