Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f2a6c1;
}
.little-baby-girl {
color: #f8b9d5;
}
.soft-pillow {
color: #fef5e7;
}
.blended-fruit {
color: #f9e1a4;
}
.shrimp-toast {
color: #f8c5a0;
}
/* CSS Variables */
:root {
--tickled-pink:#f2a6c1;
--little-baby-girl:#f8b9d5;
--soft-pillow:#fef5e7;
--blended-fruit:#f9e1a4;
--shrimp-toast:#f8c5a0;
}