Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.bright-blue-violet {
color: #8a2ce2;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.sunset-glow {
color: #ffb62e;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--bright-blue-violet:#8a2ce2;
--f-n-h-ng-pink:#ff6bb5;
--sunset-glow:#ffb62e;
--soviet-gold:#ffd900;
}