Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d9;
}
.venetian-yellow {
color: #f8e2a0;
}
.mango-margarita {
color: #f3b44f;
}
.barely-bloomed {
color: #e2afe4;
}
.ibis-rose {
color: #cd5b92;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d9;
--venetian-yellow:#f8e2a0;
--mango-margarita:#f3b44f;
--barely-bloomed:#e2afe4;
--ibis-rose:#cd5b92;
}