Color names in this palette
CSS code for this palette
/* CSS */
.mikado-yellow {
color: #ffc20a;
}
.floral-leaf {
color: #ffb84d;
}
.bright-mango {
color: #ff8c2e;
}
.vivid-orange {
color: #ff5e00;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--mikado-yellow:#ffc20a;
--floral-leaf:#ffb84d;
--bright-mango:#ff8c2e;
--vivid-orange:#ff5e00;
--coquelicot:#ff3c00;
}