Color names in this palette
CSS code for this palette
/* CSS */
.desert-soil {
color: #a35e3e;
}
.butternut-pie {
color: #d89a64;
}
.peach-patch {
color: #f1d5a2;
}
.spinnaker {
color: #a6e3d9;
}
.mallard-green {
color: #4b8b68;
}
/* CSS Variables */
:root {
--desert-soil:#a35e3e;
--butternut-pie:#d89a64;
--peach-patch:#f1d5a2;
--spinnaker:#a6e3d9;
--mallard-green:#4b8b68;
}