Color names in this palette
CSS code for this palette
/* CSS */
.super-saiyan {
color: #ffdd00;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.akabeni {
color: #c72929;
}
.pitch-violet {
color: #49148a;
}
/* CSS Variables */
:root {
--super-saiyan:#ffdd00;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--akabeni:#c72929;
--pitch-violet:#49148a;
}