Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.fringy-flower {
color: #b8e0b8;
}
.icy-lemonade {
color: #f2e9b0;
}
.antique-cameo {
color: #f5b8a3;
}
.little-bow-pink {
color: #d57b9e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--fringy-flower:#b8e0b8;
--icy-lemonade:#f2e9b0;
--antique-cameo:#f5b8a3;
--little-bow-pink:#d57b9e;
}