Color names in this palette
CSS code for this palette
/* CSS */
.classic-gold {
color: #c9a469;
}
.sweet-mustard {
color: #d5b76d;
}
.bountiful-gold {
color: #e4c06c;
}
.yellow-cream {
color: #f1d46a;
}
.ravioli-al-limone {
color: #f9e07b;
}
/* CSS Variables */
:root {
--classic-gold:#c9a469;
--sweet-mustard:#d5b76d;
--bountiful-gold:#e4c06c;
--yellow-cream:#f1d46a;
--ravioli-al-limone:#f9e07b;
}