Color names in this palette
CSS code for this palette
/* CSS */
.lilac-lace {
color: #c8a1d4;
}
.wisteria {
color: #a77ccb;
}
.pearly-purple {
color: #b5699c;
}
.foxglove {
color: #b57d8d;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--lilac-lace:#c8a1d4;
--wisteria:#a77ccb;
--pearly-purple:#b5699c;
--foxglove:#b57d8d;
--welcoming-wasp:#f0a800;
}