Color names in this palette
CSS code for this palette
/* CSS */
.glitzy-gold {
color: #d8a22c;
}
.river-of-gold {
color: #e6b65b;
}
.mille-feuille {
color: #f1c97e;
}
.open-sesame {
color: #f9e1a9;
}
.autumn-child {
color: #fce7c0;
}
/* CSS Variables */
:root {
--glitzy-gold:#d8a22c;
--river-of-gold:#e6b65b;
--mille-feuille:#f1c97e;
--open-sesame:#f9e1a9;
--autumn-child:#fce7c0;
}