Color names in this palette
CSS code for this palette
/* CSS */
.colorful-leaves {
color: #a85a43;
}
.hitching-post {
color: #c78b6b;
}
.sumptuous-peach {
color: #e2b89c;
}
.serene-peach {
color: #f6d3b6;
}
.alyssa {
color: #f4e2d7;
}
/* CSS Variables */
:root {
--colorful-leaves:#a85a43;
--hitching-post:#c78b6b;
--sumptuous-peach:#e2b89c;
--serene-peach:#f6d3b6;
--alyssa:#f4e2d7;
}