Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6abe4b;
}
.tropical-light {
color: #a0d86f;
}
.crab-apple {
color: #f0e77f;
}
.maximum-yellow-red {
color: #f6b646;
}
.sohi-red {
color: #e65f3d;
}
/* CSS Variables */
:root {
--pure-apple:#6abe4b;
--tropical-light:#a0d86f;
--crab-apple:#f0e77f;
--maximum-yellow-red:#f6b646;
--sohi-red:#e65f3d;
}