Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.vitamin-c {
color: #ff9900;
}
.soviet-gold {
color: #ffd900;
}
.cape-jasmine {
color: #ffb85c;
}
.exuberance {
color: #d65d00;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--vitamin-c:#ff9900;
--soviet-gold:#ffd900;
--cape-jasmine:#ffb85c;
--exuberance:#d65d00;
}