Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a9d3e0;
}
.sweetheart {
color: #f3c3d8;
}
.barely-bloomed {
color: #e4afdf;
}
.princess {
color: #f1a7b3;
}
.glitter-yellow {
color: #f6d75a;
}
/* CSS Variables */
:root {
--light-blue-glint:#a9d3e0;
--sweetheart:#f3c3d8;
--barely-bloomed:#e4afdf;
--princess:#f1a7b3;
--glitter-yellow:#f6d75a;
}