Color names in this palette
CSS code for this palette
/* CSS */
.wild-thyme {
color: #7c9b6f;
}
.relish {
color: #b1c8a7;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
.squash-blossom {
color: #f6b83c;
}
.tomato-bisque {
color: #d55c1a;
}
/* CSS Variables */
:root {
--wild-thyme:#7c9b6f;
--relish:#b1c8a7;
--yellow-wax-pepper:#f0e6b7;
--squash-blossom:#f6b83c;
--tomato-bisque:#d55c1a;
}