Color names in this palette
CSS code for this palette
/* CSS */
.prosecco {
color: #f7d4a6;
}
.soft-cashmere {
color: #f2b5d5;
}
.light-blue-glint {
color: #a8d5e1;
}
.fringy-flower {
color: #b6e2b8;
}
.lemon-gelato {
color: #f9ea9f;
}
/* CSS Variables */
:root {
--prosecco:#f7d4a6;
--soft-cashmere:#f2b5d5;
--light-blue-glint:#a8d5e1;
--fringy-flower:#b6e2b8;
--lemon-gelato:#f9ea9f;
}