Color names in this palette
CSS code for this palette
/* CSS */
.carrot-orange {
color: #ed9121;
}
.floral-leaf {
color: #ffb84d;
}
.quiche-lorraine {
color: #ffd770;
}
.hello-yellow {
color: #ffe59e;
}
.extreme-carrot {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--carrot-orange:#ed9121;
--floral-leaf:#ffb84d;
--quiche-lorraine:#ffd770;
--hello-yellow:#ffe59e;
--extreme-carrot:#ff6d2e;
}