Color names in this palette
CSS code for this palette
/* CSS */
.spirit-warrior {
color: #d9513f;
}
.egyptian-gold {
color: #f0a94c;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.french-market {
color: #a2c9a1;
}
.evora {
color: #4f8c8c;
}
/* CSS Variables */
:root {
--spirit-warrior:#d9513f;
--egyptian-gold:#f0a94c;
--enjoyable-yellow:#f6d6a7;
--french-market:#a2c9a1;
--evora:#4f8c8c;
}