Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d9;
}
.sweetheart {
color: #f4c3d6;
}
.trapunto {
color: #f6eab6;
}
.lime-lizard {
color: #a3d55d;
}
.overgrown-mausoleum {
color: #4e8c31;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d9;
--sweetheart:#f4c3d6;
--trapunto:#f6eab6;
--lime-lizard:#a3d55d;
--overgrown-mausoleum:#4e8c31;
}