Color names in this palette
CSS code for this palette
/* CSS */
.jemima {
color: #f6d47e;
}
.garuda-gold {
color: #ffb92e;
}
.orange-juice {
color: #ff8000;
}
.aerospace-orange {
color: #ff5100;
}
.boiling-magma {
color: #ff2f00;
}
/* CSS Variables */
:root {
--jemima:#f6d47e;
--garuda-gold:#ffb92e;
--orange-juice:#ff8000;
--aerospace-orange:#ff5100;
--boiling-magma:#ff2f00;
}