Color names in this palette
CSS code for this palette
/* CSS */
.shandy {
color: #ffe770;
}
.rite-of-spring {
color: #ffeca8;
}
.extreme-yellow {
color: #ffb829;
}
.sun-crete {
color: #ff8c00;
}
.extreme-carrot {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--shandy:#ffe770;
--rite-of-spring:#ffeca8;
--extreme-yellow:#ffb829;
--sun-crete:#ff8c00;
--extreme-carrot:#ff6d2e;
}