Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.think-pink {
color: #e6a7c3;
}
.funhouse {
color: #f3d8da;
}
.digital-yellow {
color: #fbec7e;
}
.golden-foil {
color: #c7c400;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--think-pink:#e6a7c3;
--funhouse:#f3d8da;
--digital-yellow:#fbec7e;
--golden-foil:#c7c400;
}