Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e6a3d1;
}
.dream-land {
color: #f1b1e7;
}
.sparkle-glow {
color: #f6d2b6;
}
.willow-wind {
color: #d5e0a3;
}
.whirlpool {
color: #a4daca;
}
/* CSS Variables */
:root {
--exotic-violet:#e6a3d1;
--dream-land:#f1b1e7;
--sparkle-glow:#f6d2b6;
--willow-wind:#d5e0a3;
--whirlpool:#a4daca;
}