Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f7b1b2;
}
.azalea-pink {
color: #f9c3c5;
}
.playful-peach {
color: #fce1ca;
}
.soft-butter {
color: #f6e1b6;
}
.noble-blush {
color: #e7b9b1;
}
/* CSS Variables */
:root {
--precious-pink:#f7b1b2;
--azalea-pink:#f9c3c5;
--playful-peach:#fce1ca;
--soft-butter:#f6e1b6;
--noble-blush:#e7b9b1;
}