Color names in this palette
CSS code for this palette
/* CSS */
.super-saiyan {
color: #ffdd00;
}
.ucla-gold {
color: #ffb300;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.carolina-reaper {
color: #ff1a00;
}
/* CSS Variables */
:root {
--super-saiyan:#ffdd00;
--ucla-gold:#ffb300;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--carolina-reaper:#ff1a00;
}