Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.duck-butter {
color: #e1c85b;
}
.royal-gold-pearl {
color: #d3a84a;
}
.apricot-orange {
color: #c86d3c;
}
.rose-of-sharon {
color: #a84f2e;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--duck-butter:#e1c85b;
--royal-gold-pearl:#d3a84a;
--apricot-orange:#c86d3c;
--rose-of-sharon:#a84f2e;
}