Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.sweet-angel {
color: #f3c7b9;
}
.fresh-peaches {
color: #f8b98b;
}
.candy-heart-pink {
color: #f7a3a1;
}
.fireglow {
color: #d95c3f;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--sweet-angel:#f3c7b9;
--fresh-peaches:#f8b98b;
--candy-heart-pink:#f7a3a1;
--fireglow:#d95c3f;
}