Color names in this palette
CSS code for this palette
/* CSS */
.hawkbit {
color: #ffdc6b;
}
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.carrot {
color: #ff6e3d;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--hawkbit:#ffdc6b;
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--carrot:#ff6e3d;
--dusk-orange:#ff4d3d;
}