Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e3a6c4;
}
.pink-marshmallow {
color: #f2b5d3;
}
.sweetheart {
color: #f3c3d7;
}
.satin-latour {
color: #f8d7af;
}
.venetian-yellow {
color: #f5e59e;
}
/* CSS Variables */
:root {
--partytime:#e3a6c4;
--pink-marshmallow:#f2b5d3;
--sweetheart:#f3c3d7;
--satin-latour:#f8d7af;
--venetian-yellow:#f5e59e;
}