Color names in this palette
CSS code for this palette
/* CSS */
.ecstasy {
color: #c85e37;
}
.cat-s-eye-marble {
color: #d9a859;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.dynamic-green {
color: #a2d84b;
}
.resplendent-growth {
color: #3d8a3d;
}
/* CSS Variables */
:root {
--ecstasy:#c85e37;
--cat-s-eye-marble:#d9a859;
--solar-plexus-chakra:#f1c84b;
--dynamic-green:#a2d84b;
--resplendent-growth:#3d8a3d;
}