Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.capital-yellow {
color: #e3b645;
}
.haystacks {
color: #d5a948;
}
.hokey-pokey {
color: #bf8f31;
}
.hacienda {
color: #a37924;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--capital-yellow:#e3b645;
--haystacks:#d5a948;
--hokey-pokey:#bf8f31;
--hacienda:#a37924;
}