Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.shrimp-toast {
color: #f7c5a1;
}
.welcoming-wasp {
color: #f0a800;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.pickled-grape-leaves {
color: #7a5000;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--shrimp-toast:#f7c5a1;
--welcoming-wasp:#f0a800;
--fleur-de-sel-caramel:#d68b00;
--pickled-grape-leaves:#7a5000;
}