Color names in this palette
CSS code for this palette
/* CSS */
.cat-s-eye-marble {
color: #d5a75d;
}
.quilt-gold {
color: #e8c669;
}
.fresh-yellow {
color: #f8e091;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.aged-gouda {
color: #d99c3f;
}
/* CSS Variables */
:root {
--cat-s-eye-marble:#d5a75d;
--quilt-gold:#e8c669;
--fresh-yellow:#f8e091;
--maximum-yellow-red:#f0ba4c;
--aged-gouda:#d99c3f;
}