Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.sorx-red {
color: #f50056;
}
.secret-affair {
color: #c51162;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--sorx-red:#f50056;
--secret-affair:#c51162;
}