Color names in this palette
CSS code for this palette
/* CSS */
.cat-s-eye-marble {
color: #d8a85a;
}
.blockchain-gold {
color: #e6b951;
}
.golden-crest {
color: #f3cb68;
}
.grapefruit-pulp {
color: #ff6e61;
}
.celestial-coral {
color: #d93f4f;
}
/* CSS Variables */
:root {
--cat-s-eye-marble:#d8a85a;
--blockchain-gold:#e6b951;
--golden-crest:#f3cb68;
--grapefruit-pulp:#ff6e61;
--celestial-coral:#d93f4f;
}