Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a27cc5;
}
.pretty-pink-piggy {
color: #f2a6d9;
}
.hermosa-pink {
color: #ffb3e7;
}
.goose-bill {
color: #ffb980;
}
.vibrant {
color: #ffd54d;
}
/* CSS Variables */
:root {
--wisteria:#a27cc5;
--pretty-pink-piggy:#f2a6d9;
--hermosa-pink:#ffb3e7;
--goose-bill:#ffb980;
--vibrant:#ffd54d;
}