Color names in this palette
CSS code for this palette
/* CSS */
.cherry {
color: #d10034;
}
.molten-core {
color: #ff5900;
}
.sunflower-mango {
color: #ffb700;
}
.yellow {
color: #ffff00;
}
.chlorophyll-green {
color: #4cff00;
}
/* CSS Variables */
:root {
--cherry:#d10034;
--molten-core:#ff5900;
--sunflower-mango:#ffb700;
--yellow:#ffff00;
--chlorophyll-green:#4cff00;
}