Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.glittering-gemstone {
color: #e1b8ea;
}
.rustique {
color: #f9bfb4;
}
.pineapple-delight {
color: #f3eaaa;
}
.lips-of-apricot {
color: #f8cfaf;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--glittering-gemstone:#e1b8ea;
--rustique:#f9bfb4;
--pineapple-delight:#f3eaaa;
--lips-of-apricot:#f8cfaf;
}