Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.soft-cashmere {
color: #f1b1d8;
}
.honey-bees {
color: #fdd681;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cyprus-green {
color: #699b89;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--soft-cashmere:#f1b1d8;
--honey-bees:#fdd681;
--grapefruit-pulp:#ff6e61;
--cyprus-green:#699b89;
}