Color names in this palette
CSS code for this palette
/* CSS */
.goldie {
color: #c89c3c;
}
.high-plateau {
color: #e2b478;
}
.banana-ice-cream {
color: #f1d2b1;
}
.golgfag-brown {
color: #d87b6f;
}
.zimidar {
color: #6a4e83;
}
/* CSS Variables */
:root {
--goldie:#c89c3c;
--high-plateau:#e2b478;
--banana-ice-cream:#f1d2b1;
--golgfag-brown:#d87b6f;
--zimidar:#6a4e83;
}