Color names in this palette
CSS code for this palette
/* CSS */
.paprika {
color: #7c2d3a;
}
.shine-baby-shine {
color: #a45b6c;
}
.powder-blush {
color: #d4938c;
}
.neighborly-peach {
color: #f5c1a3;
}
.illuminated {
color: #f9e5d7;
}
/* CSS Variables */
:root {
--paprika:#7c2d3a;
--shine-baby-shine:#a45b6c;
--powder-blush:#d4938c;
--neighborly-peach:#f5c1a3;
--illuminated:#f9e5d7;
}