Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5f4c90;
}
.viola {
color: #9a69bf;
}
.pretty-petunia {
color: #d7b2e1;
}
.venetian-yellow {
color: #f7e1a1;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--purple-corallite:#5f4c90;
--viola:#9a69bf;
--pretty-petunia:#d7b2e1;
--venetian-yellow:#f7e1a1;
--welcoming-wasp:#f0a800;
}