Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.laddu-orange {
color: #ff8c1a;
}
.obstinate-orange {
color: #d65d29;
}
.harissa-red {
color: #a72c2a;
}
.persian-plum {
color: #691b1b;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--laddu-orange:#ff8c1a;
--obstinate-orange:#d65d29;
--harissa-red:#a72c2a;
--persian-plum:#691b1b;
}