Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.violet-kiss {
color: #f2a1d7;
}
.light-blue-glint {
color: #a8d3e1;
}
.green-ash {
color: #91d4a4;
}
.golden-blonde {
color: #f0e17f;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--violet-kiss:#f2a1d7;
--light-blue-glint:#a8d3e1;
--green-ash:#91d4a4;
--golden-blonde:#f0e17f;
}