Color names in this palette
CSS code for this palette
/* CSS */
.southern-belle {
color: #a7d7bf;
}
.mint-mist {
color: #b8e0d3;
}
.after-dinner-mint {
color: #e5f5e6;
}
.yellow-chalk {
color: #f9f9ae;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--southern-belle:#a7d7bf;
--mint-mist:#b8e0d3;
--after-dinner-mint:#e5f5e6;
--yellow-chalk:#f9f9ae;
--solar-plexus-chakra:#f1c84b;
}