Color names in this palette
CSS code for this palette
/* CSS */
.dried-goldenrod {
color: #e1a52d;
}
.xanthous {
color: #f3b02b;
}
.go-bananas {
color: #f9c84e;
}
.chai-latte {
color: #f7c9a1;
}
.clay-terrace {
color: #d3803c;
}
/* CSS Variables */
:root {
--dried-goldenrod:#e1a52d;
--xanthous:#f3b02b;
--go-bananas:#f9c84e;
--chai-latte:#f7c9a1;
--clay-terrace:#d3803c;
}