Color names in this palette
CSS code for this palette
/* CSS */
.golden-apricot {
color: #dbab4d;
}
.english-custard {
color: #e1b76b;
}
.steampunk-gold {
color: #c69c53;
}
.golden-oak {
color: #a86b29;
}
.kinsusutake-brown {
color: #7a4d2e;
}
/* CSS Variables */
:root {
--golden-apricot:#dbab4d;
--english-custard:#e1b76b;
--steampunk-gold:#c69c53;
--golden-oak:#a86b29;
--kinsusutake-brown:#7a4d2e;
}