Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f6a7d2;
}
.soft-cashmere {
color: #f1b1d9;
}
.pink-cupcake {
color: #f5d1d6;
}
.hawaiian-cream {
color: #f9e6b9;
}
.chai-latte {
color: #f9cb9f;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f6a7d2;
--soft-cashmere:#f1b1d9;
--pink-cupcake:#f5d1d6;
--hawaiian-cream:#f9e6b9;
--chai-latte:#f9cb9f;
}