Color names in this palette
CSS code for this palette
/* CSS */
.golden-dream {
color: #f2d12c;
}
.ogen-melon {
color: #d3b031;
}
.golden-history {
color: #b8993d;
}
.heart-of-gold {
color: #a07e4b;
}
.barn-door {
color: #8b5b5b;
}
/* CSS Variables */
:root {
--golden-dream:#f2d12c;
--ogen-melon:#d3b031;
--golden-history:#b8993d;
--heart-of-gold:#a07e4b;
--barn-door:#8b5b5b;
}