Color names in this palette
CSS code for this palette
/* CSS */
.bellini {
color: #f6c9b1;
}
.candlelight-peach {
color: #f8a3a0;
}
.ros {
color: #f4756c;
}
.pizazz {
color: #e77d3c;
}
.flint-corn-red {
color: #d9613f;
}
/* CSS Variables */
:root {
--bellini:#f6c9b1;
--candlelight-peach:#f8a3a0;
--ros:#f4756c;
--pizazz:#e77d3c;
--flint-corn-red:#d9613f;
}