Color names in this palette
CSS code for this palette
/* CSS */
.heart-of-gold {
color: #9b7d4b;
}
.queen-palm {
color: #af9e4b;
}
.anime {
color: #c9c14a;
}
.indian-maize {
color: #e2c14b;
}
.goldsmith {
color: #f2b650;
}
/* CSS Variables */
:root {
--heart-of-gold:#9b7d4b;
--queen-palm:#af9e4b;
--anime:#c9c14a;
--indian-maize:#e2c14b;
--goldsmith:#f2b650;
}