Color names in this palette
CSS code for this palette
/* CSS */
.cat-s-eye-marble {
color: #d8a85a;
}
.high-honey {
color: #e2b74b;
}
.gold-foil {
color: #d9a24a;
}
.santa-fe-sunset {
color: #aa5c4b;
}
.dark-drama {
color: #5b3b39;
}
/* CSS Variables */
:root {
--cat-s-eye-marble:#d8a85a;
--high-honey:#e2b74b;
--gold-foil:#d9a24a;
--santa-fe-sunset:#aa5c4b;
--dark-drama:#5b3b39;
}