Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.flush-orange {
color: #ff6e00;
}
.cyber-yellow {
color: #ffd500;
}
.verditer {
color: #00bdad;
}
.pervenche {
color: #0091eb;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--flush-orange:#ff6e00;
--cyber-yellow:#ffd500;
--verditer:#00bdad;
--pervenche:#0091eb;
}