Color names in this palette
CSS code for this palette
/* CSS */
.pink-mimosa {
color: #f7b6a6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.illuminated {
color: #f9e6d7;
}
.oregano-green {
color: #4d9f3c;
}
.thousand-herb {
color: #297989;
}
/* CSS Variables */
:root {
--pink-mimosa:#f7b6a6;
--solar-plexus-chakra:#f1c84b;
--illuminated:#f9e6d7;
--oregano-green:#4d9f3c;
--thousand-herb:#297989;
}