Color names in this palette
CSS code for this palette
/* CSS */
.southern-belle {
color: #a5d5c1;
}
.crystal-rapids {
color: #b5e8cf;
}
.pastel-jade {
color: #d3f3e0;
}
.white-porcelain {
color: #f4fbf6;
}
.soft-mint {
color: #e6f9f3;
}
/* CSS Variables */
:root {
--southern-belle:#a5d5c1;
--crystal-rapids:#b5e8cf;
--pastel-jade:#d3f3e0;
--white-porcelain:#f4fbf6;
--soft-mint:#e6f9f3;
}