Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.lilac-haze {
color: #d5b9d5;
}
.sweet-angel {
color: #f3c9b9;
}
.sandy {
color: #f3d77c;
}
.ninjin-orange {
color: #e7a76e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--lilac-haze:#d5b9d5;
--sweet-angel:#f3c9b9;
--sandy:#f3d77c;
--ninjin-orange:#e7a76e;
}