Color names in this palette
CSS code for this palette
/* CSS */
.bright-orange {
color: #ff7033;
}
.mandarin-jelly {
color: #ff8800;
}
.sunflower-mango {
color: #ffb700;
}
.cyber-yellow {
color: #ffd500;
}
.lead-glass {
color: #fff9e5;
}
/* CSS Variables */
:root {
--bright-orange:#ff7033;
--mandarin-jelly:#ff8800;
--sunflower-mango:#ffb700;
--cyber-yellow:#ffd500;
--lead-glass:#fff9e5;
}