Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c0;
}
.pink-marshmallow {
color: #f3b9d1;
}
.sparkling-pink {
color: #f6cbe4;
}
.wine-frost {
color: #e4d8e2;
}
.tinted-iris {
color: #c4b7d7;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c0;
--pink-marshmallow:#f3b9d1;
--sparkling-pink:#f6cbe4;
--wine-frost:#e4d8e2;
--tinted-iris:#c4b7d7;
}