Color names in this palette
CSS code for this palette
/* CSS */
.glitzy-gold {
color: #d6a12e;
}
.va-va-voom {
color: #e6b84c;
}
.mirabelle-yellow {
color: #f1c065;
}
.solaria {
color: #f4d890;
}
.blended-fruit {
color: #f9e1a4;
}
/* CSS Variables */
:root {
--glitzy-gold:#d6a12e;
--va-va-voom:#e6b84c;
--mirabelle-yellow:#f1c065;
--solaria:#f4d890;
--blended-fruit:#f9e1a4;
}