Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f7c04a;
}
.carona {
color: #f7a62b;
}
.camel-red {
color: #e8773b;
}
.spicy-orange {
color: #d74c2d;
}
.ripe-cherry {
color: #c3506f;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f7c04a;
--carona:#f7a62b;
--camel-red:#e8773b;
--spicy-orange:#d74c2d;
--ripe-cherry:#c3506f;
}