Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.romantic-morning {
color: #e1b7e0;
}
.pink-frosting {
color: #f5d6e2;
}
.butter-cookie {
color: #f0e6b2;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--romantic-morning:#e1b7e0;
--pink-frosting:#f5d6e2;
--butter-cookie:#f0e6b2;
--welcoming-wasp:#f0a800;
}