Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f0a8c4;
}
.soft-cashmere {
color: #f2b5d5;
}
.rosy-nectar {
color: #f2c0df;
}
.moon-dust {
color: #dfe7f1;
}
.frost-fairy {
color: #b7d2f1;
}
/* CSS Variables */
:root {
--tickled-pink:#f0a8c4;
--soft-cashmere:#f2b5d5;
--rosy-nectar:#f2c0df;
--moon-dust:#dfe7f1;
--frost-fairy:#b7d2f1;
}