Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.pink-mimosa {
color: #f1b3a7;
}
.butter-cupcake {
color: #fddb9b;
}
.first-date {
color: #f8afa0;
}
.lilac-lace {
color: #c9a2d2;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--pink-mimosa:#f1b3a7;
--butter-cupcake:#fddb9b;
--first-date:#f8afa0;
--lilac-lace:#c9a2d2;
}