Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f5b3b2;
}
.rose-reminder {
color: #f4c3c8;
}
.sweet-lilac {
color: #eab8d1;
}
.prettiest-pink {
color: #e2a2c5;
}
.powder-blush {
color: #d79289;
}
/* CSS Variables */
:root {
--precious-pink:#f5b3b2;
--rose-reminder:#f4c3c8;
--sweet-lilac:#eab8d1;
--prettiest-pink:#e2a2c5;
--powder-blush:#d79289;
}