Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.partytime {
color: #e6a8c7;
}
.barely-bloomed {
color: #d7a6e3;
}
.bellagio-fountains {
color: #b5e1f2;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--partytime:#e6a8c7;
--barely-bloomed:#d7a6e3;
--bellagio-fountains:#b5e1f2;
--peach-cr-me-br-l-e:#ffe29e;
}