Color names in this palette
CSS code for this palette
/* CSS */
.demure-pink {
color: #f8d2c4;
}
.first-date {
color: #f2b2a1;
}
.strawberry-ice {
color: #e88d90;
}
.fiesta-pink {
color: #d36f95;
}
.damsel {
color: #c79eb1;
}
/* CSS Variables */
:root {
--demure-pink:#f8d2c4;
--first-date:#f2b2a1;
--strawberry-ice:#e88d90;
--fiesta-pink:#d36f95;
--damsel:#c79eb1;
}