Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.carona {
color: #f9a82f;
}
.sun-orange {
color: #f47b1f;
}
.spicy-orange {
color: #d74c2d;
}
.rustic-rouge {
color: #9d2a2a;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--carona:#f9a82f;
--sun-orange:#f47b1f;
--spicy-orange:#d74c2d;
--rustic-rouge:#9d2a2a;
}