Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c0;
}
.petals-unfolding {
color: #f4b8c4;
}
.cupcake-pink {
color: #f8d9d3;
}
.martica {
color: #f5e4b7;
}
.roadster-yellow {
color: #f1e0a2;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c0;
--petals-unfolding:#f4b8c4;
--cupcake-pink:#f8d9d3;
--martica:#f5e4b7;
--roadster-yellow:#f1e0a2;
}