Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.soft-cashmere {
color: #f1b1d8;
}
.little-sun-dress {
color: #f9c85d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.young-fern {
color: #6ebf7b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--soft-cashmere:#f1b1d8;
--little-sun-dress:#f9c85d;
--grapefruit-pulp:#ff6e61;
--young-fern:#6ebf7b;
}