Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e09fd0;
}
.citrus-sachet {
color: #f1c6a7;
}
.yellow-chalk {
color: #f3f7b1;
}
.blizzard-blue {
color: #a1e5e8;
}
.hygiene-green {
color: #61c2b8;
}
/* CSS Variables */
:root {
--exotic-violet:#e09fd0;
--citrus-sachet:#f1c6a7;
--yellow-chalk:#f3f7b1;
--blizzard-blue:#a1e5e8;
--hygiene-green:#61c2b8;
}