Color names in this palette
CSS code for this palette
/* CSS */
.dull-violet {
color: #7b2d8b;
}
.royalty-loyalty {
color: #b15eb5;
}
.pretty-pink-piggy {
color: #f1a7d6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.raichu-orange {
color: #f9ac39;
}
/* CSS Variables */
:root {
--dull-violet:#7b2d8b;
--royalty-loyalty:#b15eb5;
--pretty-pink-piggy:#f1a7d6;
--creamy-sweet-corn:#f9c54e;
--raichu-orange:#f9ac39;
}