Color names in this palette
CSS code for this palette
/* CSS */
.fertile-soil {
color: #8b5e3c;
}
.hazed-nuts {
color: #c59d6d;
}
.pink-lady {
color: #f2d9b5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.bitter-orange {
color: #da7c2b;
}
/* CSS Variables */
:root {
--fertile-soil:#8b5e3c;
--hazed-nuts:#c59d6d;
--pink-lady:#f2d9b5;
--apricot-glazed-chicken:#f5a524;
--bitter-orange:#da7c2b;
}