Color names in this palette
CSS code for this palette
/* CSS */
.chlorite {
color: #5b8b80;
}
.southern-belle {
color: #a8d6c2;
}
.manhattan {
color: #e1b07f;
}
.peppermint-swirl {
color: #d2607b;
}
.cyclamen-red {
color: #a95b8c;
}
/* CSS Variables */
:root {
--chlorite:#5b8b80;
--southern-belle:#a8d6c2;
--manhattan:#e1b07f;
--peppermint-swirl:#d2607b;
--cyclamen-red:#a95b8c;
}