Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f2a6c1;
}
.carnation-bouquet {
color: #f6c1d1;
}
.first-crush {
color: #f7e3e8;
}
.tender-peach {
color: #f9d3b9;
}
.vanilla-frost {
color: #fceac5;
}
/* CSS Variables */
:root {
--tickled-pink:#f2a6c1;
--carnation-bouquet:#f6c1d1;
--first-crush:#f7e3e8;
--tender-peach:#f9d3b9;
--vanilla-frost:#fceac5;
}