Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e9a5c2;
}
.pale-primrose {
color: #f0c7d4;
}
.pork-belly {
color: #f9e1e7;
}
.butter-cupcake {
color: #ffdf99;
}
.creamy-orange-blush {
color: #ff9c7a;
}
/* CSS Variables */
:root {
--think-pink:#e9a5c2;
--pale-primrose:#f0c7d4;
--pork-belly:#f9e1e7;
--butter-cupcake:#ffdf99;
--creamy-orange-blush:#ff9c7a;
}