Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a7e2d6;
}
.jade-spell {
color: #c1e6d4;
}
.green-brocade {
color: #daf1e1;
}
.refined-mint {
color: #f0f9ec;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--capri-water-blue:#a7e2d6;
--jade-spell:#c1e6d4;
--green-brocade:#daf1e1;
--refined-mint:#f0f9ec;
--zh-n-zh-b-i-pearl:#f6f8f9;
}