Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.royal-blush {
color: #f26d50;
}
.floral-leaf {
color: #ffb84d;
}
.golden-aurelia {
color: #fff175;
}
.green-fiasco {
color: #b0eb00;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--royal-blush:#f26d50;
--floral-leaf:#ffb84d;
--golden-aurelia:#fff175;
--green-fiasco:#b0eb00;
}