Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.laddu-orange {
color: #ff8c1a;
}
.vivid-orange {
color: #ff5e00;
}
.coquelicot {
color: #ff3c00;
}
.carolina-reaper {
color: #ff1a00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--laddu-orange:#ff8c1a;
--vivid-orange:#ff5e00;
--coquelicot:#ff3c00;
--carolina-reaper:#ff1a00;
}