Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a2b2;
}
.in-the-pink {
color: #f2c5d3;
}
.poetic-princess {
color: #f8e2e5;
}
.budder-skin {
color: #fbe2c6;
}
.mango-margarita {
color: #f8b654;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a2b2;
--in-the-pink:#f2c5d3;
--poetic-princess:#f8e2e5;
--budder-skin:#fbe2c6;
--mango-margarita:#f8b654;
}