Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.gumball {
color: #e5b3d7;
}
.bleached-sunflower {
color: #f9e9a9;
}
.citrus-hill {
color: #f6a68e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--gumball:#e5b3d7;
--bleached-sunflower:#f9e9a9;
--citrus-hill:#f6a68e;
--grapefruit-pulp:#ff6e61;
}