Color names in this palette
CSS code for this palette
/* CSS */
.glitzy-gold {
color: #daa22b;
}
.va-va-voom {
color: #e2b54b;
}
.golden-lion {
color: #f1c86f;
}
.poached-egg {
color: #f5d894;
}
.yellow-essence {
color: #fce0b6;
}
/* CSS Variables */
:root {
--glitzy-gold:#daa22b;
--va-va-voom:#e2b54b;
--golden-lion:#f1c86f;
--poached-egg:#f5d894;
--yellow-essence:#fce0b6;
}