Color names in this palette
CSS code for this palette
/* CSS */
.gold-varnish-brown {
color: #bd5d2e;
}
.apricot-sorbet {
color: #e4a55e;
}
.splash {
color: #f2d89c;
}
.fescue {
color: #a3cca7;
}
.jericho-jade {
color: #4f8c7e;
}
/* CSS Variables */
:root {
--gold-varnish-brown:#bd5d2e;
--apricot-sorbet:#e4a55e;
--splash:#f2d89c;
--fescue:#a3cca7;
--jericho-jade:#4f8c7e;
}