Color names in this palette
CSS code for this palette
/* CSS */
.flickering-gold {
color: #c5a367;
}
.restrained-gold {
color: #d1b185;
}
.gold-wash {
color: #d6c19e;
}
.sand-pearl {
color: #e8d4b5;
}
.french-creme {
color: #f2e6cf;
}
/* CSS Variables */
:root {
--flickering-gold:#c5a367;
--restrained-gold:#d1b185;
--gold-wash:#d6c19e;
--sand-pearl:#e8d4b5;
--french-creme:#f2e6cf;
}