Color names in this palette
CSS code for this palette
/* CSS */
.royal-gold-pearl {
color: #d4a649;
}
.english-custard {
color: #e3b86d;
}
.white-corn {
color: #f1d298;
}
.sundown {
color: #f4c89f;
}
.coral-fountain {
color: #e2a5a2;
}
/* CSS Variables */
:root {
--royal-gold-pearl:#d4a649;
--english-custard:#e3b86d;
--white-corn:#f1d298;
--sundown:#f4c89f;
--coral-fountain:#e2a5a2;
}