Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4d9d68;
}
.minted-elegance {
color: #6fc8a6;
}
.reef-green {
color: #a3e0c1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.usubeni-red {
color: #f26969;
}
/* CSS Variables */
:root {
--greenbrier:#4d9d68;
--minted-elegance:#6fc8a6;
--reef-green:#a3e0c1;
--solar-plexus-chakra:#f1c84b;
--usubeni-red:#f26969;
}