Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.super-saiyan {
color: #ffdd00;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.aerospace-orange {
color: #ff5100;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--super-saiyan:#ffdd00;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--aerospace-orange:#ff5100;
}