Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a67dbf;
}
.bright-ube {
color: #d39ee0;
}
.purple-s-baby-sister {
color: #f4c3f4;
}
.star-grass {
color: #79e2c9;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--wisteria:#a67dbf;
--bright-ube:#d39ee0;
--purple-s-baby-sister:#f4c3f4;
--star-grass:#79e2c9;
--marigold-dust:#f4cf3e;
}