Color names in this palette
CSS code for this palette
/* CSS */
.flush-orange {
color: #ff6e00;
}
.mandarin-peel {
color: #ff9d00;
}
.cyber-yellow {
color: #ffd500;
}
.capri {
color: #00bfff;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--flush-orange:#ff6e00;
--mandarin-peel:#ff9d00;
--cyber-yellow:#ffd500;
--capri:#00bfff;
--coquelicot:#ff3c00;
}