Color names in this palette
CSS code for this palette
/* CSS */
.corinthian-pink {
color: #f6a7d9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lake-thun {
color: #4bb7e2;
}
.mandarin-red {
color: #e74d3c;
}
.leafy {
color: #699b6b;
}
/* CSS Variables */
:root {
--corinthian-pink:#f6a7d9;
--solar-plexus-chakra:#f1c84b;
--lake-thun:#4bb7e2;
--mandarin-red:#e74d3c;
--leafy:#699b6b;
}