Color names in this palette
CSS code for this palette
/* CSS */
.sweet-potato {
color: #d77d3c;
}
.sandy-brown {
color: #f1a35b;
}
.pyramid-gold {
color: #e7b373;
}
.gold-varnish-brown {
color: #b85c2e;
}
.brick-a-brack {
color: #a45c3d;
}
/* CSS Variables */
:root {
--sweet-potato:#d77d3c;
--sandy-brown:#f1a35b;
--pyramid-gold:#e7b373;
--gold-varnish-brown:#b85c2e;
--brick-a-brack:#a45c3d;
}