Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-peel {
color: #ff9d00;
}
.usc-gold {
color: #ffcc00;
}
.hello-yellow {
color: #ffe59e;
}
.extreme-carrot {
color: #ff6d2e;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--mandarin-peel:#ff9d00;
--usc-gold:#ffcc00;
--hello-yellow:#ffe59e;
--extreme-carrot:#ff6d2e;
--coquelicot:#ff3c00;
}