Color names in this palette
CSS code for this palette
/* CSS */
.powder-blush {
color: #d79289;
}
.calabrese {
color: #f1a8a2;
}
.rose-reminder {
color: #f5c2c5;
}
.blush-tint {
color: #f5e0e4;
}
.little-smile {
color: #f8d3e8;
}
/* CSS Variables */
:root {
--powder-blush:#d79289;
--calabrese:#f1a8a2;
--rose-reminder:#f5c2c5;
--blush-tint:#f5e0e4;
--little-smile:#f8d3e8;
}