Color names in this palette
CSS code for this palette
/* CSS */
.fuegan-orange {
color: #c87b4c;
}
.cat-s-eye-marble {
color: #d8a85a;
}
.pyramid-gold {
color: #e3b472;
}
.polenta {
color: #f2c57d;
}
.kikuchiba-gold {
color: #e49944;
}
/* CSS Variables */
:root {
--fuegan-orange:#c87b4c;
--cat-s-eye-marble:#d8a85a;
--pyramid-gold:#e3b472;
--polenta:#f2c57d;
--kikuchiba-gold:#e49944;
}