Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.seasonal-beige {
color: #e9b79f;
}
.lilac-purple {
color: #9b7ccb;
}
.heritage-blue {
color: #4f93b5;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--seasonal-beige:#e9b79f;
--lilac-purple:#9b7ccb;
--heritage-blue:#4f93b5;
--snap-shot:#2b3d50;
}