Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.usc-gold {
color: #ffcc00;
}
.orange-gluttony {
color: #e77e23;
}
.bright-blue-violet {
color: #8a2ce2;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--hot-aquarelle-pink:#ffb3e4;
--usc-gold:#ffcc00;
--orange-gluttony:#e77e23;
--bright-blue-violet:#8a2ce2;
}