Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f3b9d1;
}
.rapunzel {
color: #f5d87f;
}
.citrus-sachet {
color: #f3c6aa;
}
.sprinkled-with-pink {
color: #e8a1b1;
}
.mineral-yellow {
color: #d09d3e;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f3b9d1;
--rapunzel:#f5d87f;
--citrus-sachet:#f3c6aa;
--sprinkled-with-pink:#e8a1b1;
--mineral-yellow:#d09d3e;
}