Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.singapore-orchid {
color: #9f1fef;
}
.clear-chill {
color: #1f8fff;
}
.ucla-gold {
color: #ffb300;
}
.ameixa {
color: #6a5bcd;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--singapore-orchid:#9f1fef;
--clear-chill:#1f8fff;
--ucla-gold:#ffb300;
--ameixa:#6a5bcd;
}