Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d6a1e8;
}
.matt-pink {
color: #ffb3c1;
}
.grape-green {
color: #a8e1a3;
}
.wake-me-up {
color: #f2d65a;
}
.sun-drenched {
color: #ffe5a3;
}
/* CSS Variables */
:root {
--bright-ube:#d6a1e8;
--matt-pink:#ffb3c1;
--grape-green:#a8e1a3;
--wake-me-up:#f2d65a;
--sun-drenched:#ffe5a3;
}