Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.pink-grapefruit {
color: #f2bac6;
}
.venetian-yellow {
color: #f7e4a1;
}
.eggshell-paper {
color: #e0c09f;
}
.french-lilac {
color: #e2b1d7;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--pink-grapefruit:#f2bac6;
--venetian-yellow:#f7e4a1;
--eggshell-paper:#e0c09f;
--french-lilac:#e2b1d7;
}