Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.big-bus-yellow {
color: #ffda8a;
}
.mouse-nose {
color: #ffe4b3;
}
.extreme-carrot {
color: #ff6d2e;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--big-bus-yellow:#ffda8a;
--mouse-nose:#ffe4b3;
--extreme-carrot:#ff6d2e;
--coquelicot:#ff3c00;
}