Color names in this palette
CSS code for this palette
/* CSS */
.golden-gate {
color: #d9c19b;
}
.ginger-ale {
color: #c8a96a;
}
.maple-glaze {
color: #a76b44;
}
.tortoise-shell {
color: #7c4b36;
}
.button-eyes {
color: #4e3a31;
}
/* CSS Variables */
:root {
--golden-gate:#d9c19b;
--ginger-ale:#c8a96a;
--maple-glaze:#a76b44;
--tortoise-shell:#7c4b36;
--button-eyes:#4e3a31;
}