Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.culpeo {
color: #e5a038;
}
.opulent {
color: #d68829;
}
.gold-varnish-brown {
color: #b85e2e;
}
.pompeian-red {
color: #a92d39;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--culpeo:#e5a038;
--opulent:#d68829;
--gold-varnish-brown:#b85e2e;
--pompeian-red:#a92d39;
}