Color names in this palette
CSS code for this palette
/* CSS */
.molten-core {
color: #ff5900;
}
.mandarin-peel {
color: #ff9d00;
}
.cyber-yellow {
color: #ffd500;
}
.middle-yellow {
color: #ffea00;
}
.dancing-lady-orchid {
color: #e1ff00;
}
/* CSS Variables */
:root {
--molten-core:#ff5900;
--mandarin-peel:#ff9d00;
--cyber-yellow:#ffd500;
--middle-yellow:#ffea00;
--dancing-lady-orchid:#e1ff00;
}