Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.laddu-orange {
color: #ff8c1a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4d;
}
.pelati {
color: #ff2e2e;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--laddu-orange:#ff8c1a;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4d;
--pelati:#ff2e2e;
}