Color names in this palette
CSS code for this palette
/* CSS */
.golden-ochre {
color: #c66d39;
}
.apricot-wash {
color: #f8a57c;
}
.neighborly-peach {
color: #f1c0a2;
}
.aebleskiver {
color: #e6d4b7;
}
.warm-neutral {
color: #bfaf9c;
}
/* CSS Variables */
:root {
--golden-ochre:#c66d39;
--apricot-wash:#f8a57c;
--neighborly-peach:#f1c0a2;
--aebleskiver:#e6d4b7;
--warm-neutral:#bfaf9c;
}