Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e7b1c1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.everest {
color: #9ce2df;
}
.sotek-green {
color: #4a7c8c;
}
.oranzhewyi-orange {
color: #f05b3d;
}
/* CSS Variables */
:root {
--athena-pink:#e7b1c1;
--solar-plexus-chakra:#f1c84b;
--everest:#9ce2df;
--sotek-green:#4a7c8c;
--oranzhewyi-orange:#f05b3d;
}