Color names in this palette
CSS code for this palette
/* CSS */
.molten-core {
color: #ff5900;
}
.sun-crete {
color: #ff8c00;
}
.citrus-splash {
color: #ffc300;
}
.middle-yellow {
color: #ffea00;
}
.bitter-lime {
color: #d4ff00;
}
/* CSS Variables */
:root {
--molten-core:#ff5900;
--sun-crete:#ff8c00;
--citrus-splash:#ffc300;
--middle-yellow:#ffea00;
--bitter-lime:#d4ff00;
}