Color names in this palette
CSS code for this palette
/* CSS */
.kindness {
color: #d1b3c1;
}
.welcoming-wasp {
color: #f0a800;
}
.vivid-orange {
color: #ff5e00;
}
.matt-pink {
color: #ffb3c3;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--kindness:#d1b3c1;
--welcoming-wasp:#f0a800;
--vivid-orange:#ff5e00;
--matt-pink:#ffb3c3;
--wild-violet:#681b98;
}