Color names in this palette
CSS code for this palette
/* CSS */
.rosy-cheeks {
color: #d94a6e;
}
.cozy-summer-sunset {
color: #e9a19b;
}
.antique-cameo {
color: #f3b7a0;
}
.endearment {
color: #fdd8a0;
}
.summertime {
color: #f1cf79;
}
/* CSS Variables */
:root {
--rosy-cheeks:#d94a6e;
--cozy-summer-sunset:#e9a19b;
--antique-cameo:#f3b7a0;
--endearment:#fdd8a0;
--summertime:#f1cf79;
}