Color names in this palette
CSS code for this palette
/* CSS */
.purple-pleasures {
color: #7f4c9e;
}
.lilac-purple {
color: #9b7ccb;
}
.windsor-way {
color: #a2c7e7;
}
.welcoming-wasp {
color: #f0a800;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--purple-pleasures:#7f4c9e;
--lilac-purple:#9b7ccb;
--windsor-way:#a2c7e7;
--welcoming-wasp:#f0a800;
--shocking-orange:#ff6d1f;
}