Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.laddu-orange {
color: #ff8c1a;
}
.flush-orange {
color: #ff6e00;
}
.mandarin-sorbet {
color: #ffad42;
}
.cyber-yellow {
color: #ffd500;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--laddu-orange:#ff8c1a;
--flush-orange:#ff6e00;
--mandarin-sorbet:#ffad42;
--cyber-yellow:#ffd500;
}