Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f9a9b8;
}
.cotton-candy-aesthetic {
color: #f6b6e0;
}
.sea-cliff {
color: #a4c8df;
}
.mintnight {
color: #79b9b1;
}
.leaf-bud {
color: #f2f1a1;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f9a9b8;
--cotton-candy-aesthetic:#f6b6e0;
--sea-cliff:#a4c8df;
--mintnight:#79b9b1;
--leaf-bud:#f2f1a1;
}