Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.laddu-orange {
color: #ff8c1a;
}
.accent-orange {
color: #e66b00;
}
.deep-orange {
color: #d64f00;
}
.rust-red {
color: #a32c00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--laddu-orange:#ff8c1a;
--accent-orange:#e66b00;
--deep-orange:#d64f00;
--rust-red:#a32c00;
}