Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d5a7;
}
.tangerine-tango {
color: #ff9d4d;
}
.vivid-orange {
color: #ff5e00;
}
.coquelicot {
color: #ff3c00;
}
.red-um {
color: #ff1e00;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d5a7;
--tangerine-tango:#ff9d4d;
--vivid-orange:#ff5e00;
--coquelicot:#ff3c00;
--red-um:#ff1e00;
}