Color names in this palette
CSS code for this palette
/* CSS */
.herb-blend {
color: #4b8b6c;
}
.green-crush {
color: #66b29f;
}
.capri-water-blue {
color: #a9e0d9;
}
.ethereal-green {
color: #f1e7c6;
}
.bronzed-orange {
color: #d58c6c;
}
/* CSS Variables */
:root {
--herb-blend:#4b8b6c;
--green-crush:#66b29f;
--capri-water-blue:#a9e0d9;
--ethereal-green:#f1e7c6;
--bronzed-orange:#d58c6c;
}