Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c5;
}
.tickled-pink {
color: #f0a8c2;
}
.pink-marshmallow {
color: #f0b7d3;
}
.first-date {
color: #f7b2a1;
}
.shrimp-toast {
color: #f7c6a1;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c5;
--tickled-pink:#f0a8c2;
--pink-marshmallow:#f0b7d3;
--first-date:#f7b2a1;
--shrimp-toast:#f7c6a1;
}