Color names in this palette
CSS code for this palette
/* CSS */
.lemon-rose {
color: #f9e8ae;
}
.peach-damask {
color: #f7c5a6;
}
.eau-de-rose {
color: #e2b6d3;
}
.crystal {
color: #a4d7df;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--lemon-rose:#f9e8ae;
--peach-damask:#f7c5a6;
--eau-de-rose:#e2b6d3;
--crystal:#a4d7df;
--french-vanilla:#f1e1a7;
}