Color names in this palette
CSS code for this palette
/* CSS */
.southern-belle {
color: #a7d7c2;
}
.bay {
color: #b3e0d4;
}
.icicle-mint {
color: #d0e7e5;
}
.whitest-white {
color: #f7faf5;
}
.after-dinner-mint {
color: #e2f3e7;
}
/* CSS Variables */
:root {
--southern-belle:#a7d7c2;
--bay:#b3e0d4;
--icicle-mint:#d0e7e5;
--whitest-white:#f7faf5;
--after-dinner-mint:#e2f3e7;
}