Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.sweet-lilac {
color: #eab8d1;
}
.rosy-nectar {
color: #f3c4e0;
}
.ginger-peach {
color: #f9d09f;
}
.florida-mango {
color: #ef9c6c;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--sweet-lilac:#eab8d1;
--rosy-nectar:#f3c4e0;
--ginger-peach:#f9d09f;
--florida-mango:#ef9c6c;
}