Color names in this palette
CSS code for this palette
/* CSS */
.reddish-orange {
color: #f34a1b;
}
.carrot {
color: #f66b3c;
}
.hot-sun {
color: #f8b42a;
}
.yellow-petal {
color: #f6e74c;
}
.antique-wicker-basket {
color: #f7d3a1;
}
/* CSS Variables */
:root {
--reddish-orange:#f34a1b;
--carrot:#f66b3c;
--hot-sun:#f8b42a;
--yellow-petal:#f6e74c;
--antique-wicker-basket:#f7d3a1;
}