Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c1;
}
.little-baby-girl {
color: #f7b6d4;
}
.pig-pink {
color: #fdd8e2;
}
.poetic-princess {
color: #f9e1e3;
}
.sweetheart {
color: #f3c3d7;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c1;
--little-baby-girl:#f7b6d4;
--pig-pink:#fdd8e2;
--poetic-princess:#f9e1e3;
--sweetheart:#f3c3d7;
}