Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d6383b;
}
.indiana-clay {
color: #e68a5c;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.tropical-light {
color: #a2d66b;
}
.fresh-greens {
color: #3dae6a;
}
/* CSS Variables */
:root {
--jasper:#d6383b;
--indiana-clay:#e68a5c;
--solar-plexus-chakra:#f1cb4b;
--tropical-light:#a2d66b;
--fresh-greens:#3dae6a;
}