Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.laddu-orange {
color: #ff8c1a;
}
.flush-orange {
color: #ff6e00;
}
.marigold {
color: #ffc105;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--laddu-orange:#ff8c1a;
--flush-orange:#ff6e00;
--marigold:#ffc105;
--coquelicot:#ff3c00;
}