Color names in this palette
CSS code for this palette
/* CSS */
.crustose-lichen {
color: #c24e00;
}
.orange-juice {
color: #ff8000;
}
.citrus-splash {
color: #ffc300;
}
.middle-yellow {
color: #ffea00;
}
.peridot {
color: #e6e200;
}
/* CSS Variables */
:root {
--crustose-lichen:#c24e00;
--orange-juice:#ff8000;
--citrus-splash:#ffc300;
--middle-yellow:#ffea00;
--peridot:#e6e200;
}