Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a4e5;
}
.silver-strawberry {
color: #f3bfc0;
}
.optimistic-yellow {
color: #f4e1a4;
}
.lime-lizard {
color: #a3d55d;
}
.great-gazoo {
color: #5c9d6f;
}
/* CSS Variables */
:root {
--bright-ube:#d4a4e5;
--silver-strawberry:#f3bfc0;
--optimistic-yellow:#f4e1a4;
--lime-lizard:#a3d55d;
--great-gazoo:#5c9d6f;
}