Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.flush-orange {
color: #ff6e00;
}
.not-yo-cheese {
color: #fbc02d;
}
.devil-s-grass {
color: #4cae4f;
}
.bright-navy-blue {
color: #1975d2;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--flush-orange:#ff6e00;
--not-yo-cheese:#fbc02d;
--devil-s-grass:#4cae4f;
--bright-navy-blue:#1975d2;
}