Color names in this palette
CSS code for this palette
/* CSS */
.wax-flower {
color: #f0b4a3;
}
.apricot-sorbet {
color: #e6a560;
}
.green-sheen {
color: #d9c84a;
}
.tropical-light {
color: #a2d66b;
}
.memphis-green {
color: #5f9b7a;
}
/* CSS Variables */
:root {
--wax-flower:#f0b4a3;
--apricot-sorbet:#e6a560;
--green-sheen:#d9c84a;
--tropical-light:#a2d66b;
--memphis-green:#5f9b7a;
}