Color names in this palette
CSS code for this palette
/* CSS */
.flower-field {
color: #d8a96e;
}
.cinnamon-sand {
color: #b97f50;
}
.fertile-soil {
color: #8a5d3d;
}
.umber-shade-wash {
color: #50502b;
}
.black-liquorice {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--flower-field:#d8a96e;
--cinnamon-sand:#b97f50;
--fertile-soil:#8a5d3d;
--umber-shade-wash:#50502b;
--black-liquorice:#3b3b3b;
}