Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.carrot {
color: #ff713d;
}
.dusk-orange {
color: #ff4c38;
}
.strawberry {
color: #ff293b;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--carrot:#ff713d;
--dusk-orange:#ff4c38;
--strawberry:#ff293b;
}