Color names in this palette
CSS code for this palette
/* CSS */
.golden-hour {
color: #f2b55a;
}
.mellowed-gold {
color: #e4a64e;
}
.sweet-potato {
color: #d77d3c;
}
.saucy-gold {
color: #b8763d;
}
.cedar-plank-salmon {
color: #a86b4d;
}
/* CSS Variables */
:root {
--golden-hour:#f2b55a;
--mellowed-gold:#e4a64e;
--sweet-potato:#d77d3c;
--saucy-gold:#b8763d;
--cedar-plank-salmon:#a86b4d;
}