Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7d4f8c;
}
.viola {
color: #9c6bb8;
}
.candy-dreams {
color: #e3aff3;
}
.oriole-yellow {
color: #f7d578;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7d4f8c;
--viola:#9c6bb8;
--candy-dreams:#e3aff3;
--oriole-yellow:#f7d578;
--welcoming-wasp:#f0a800;
}