Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.blazing-bonfire {
color: #ff9c38;
}
.qing-yellow {
color: #ffc966;
}
.vanilla {
color: #f3e8aa;
}
.light-greenette {
color: #e1f1d0;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--blazing-bonfire:#ff9c38;
--qing-yellow:#ffc966;
--vanilla:#f3e8aa;
--light-greenette:#e1f1d0;
}