Color names in this palette
CSS code for this palette
/* CSS */
.wildflower {
color: #8e7c9c;
}
.lilac-haze {
color: #d6b7d7;
}
.soft-butter {
color: #f4e1b8;
}
.online-lime {
color: #4a8d3a;
}
.gimblet {
color: #b7a75c;
}
/* CSS Variables */
:root {
--wildflower:#8e7c9c;
--lilac-haze:#d6b7d7;
--soft-butter:#f4e1b8;
--online-lime:#4a8d3a;
--gimblet:#b7a75c;
}