Color names in this palette
CSS code for this palette
/* CSS */
.lilac-chiffon {
color: #df9fc2;
}
.vespa-yellow {
color: #f4d19f;
}
.peach-damask {
color: #f6c4a7;
}
.deluxe-days {
color: #90c8e4;
}
.winter-lake {
color: #6c8c9d;
}
/* CSS Variables */
:root {
--lilac-chiffon:#df9fc2;
--vespa-yellow:#f4d19f;
--peach-damask:#f6c4a7;
--deluxe-days:#90c8e4;
--winter-lake:#6c8c9d;
}