Color names in this palette
CSS code for this palette
/* CSS */
.apricot-orange {
color: #c86e41;
}
.va-va-voom {
color: #e6b84c;
}
.e-honda-beige {
color: #f9d780;
}
.fragrant-cloves {
color: #aa5f3c;
}
.spice {
color: #6c4e3d;
}
/* CSS Variables */
:root {
--apricot-orange:#c86e41;
--va-va-voom:#e6b84c;
--e-honda-beige:#f9d780;
--fragrant-cloves:#aa5f3c;
--spice:#6c4e3d;
}