Color names in this palette
CSS code for this palette
/* CSS */
.cookie-crust {
color: #e3b059;
}
.alajuela-toad {
color: #ffae52;
}
.shocking-orange {
color: #ff6d1f;
}
.tangelo {
color: #f54e00;
}
.dropped-brick {
color: #c23700;
}
/* CSS Variables */
:root {
--cookie-crust:#e3b059;
--alajuela-toad:#ffae52;
--shocking-orange:#ff6d1f;
--tangelo:#f54e00;
--dropped-brick:#c23700;
}