Color names in this palette
CSS code for this palette
/* CSS */
.southern-belle {
color: #a7d7bf;
}
.bay {
color: #b2e0d0;
}
.pool-party {
color: #bfe8e4;
}
.nettle-rash {
color: #e4f7e5;
}
.lemonwood-place {
color: #f9f2d7;
}
/* CSS Variables */
:root {
--southern-belle:#a7d7bf;
--bay:#b2e0d0;
--pool-party:#bfe8e4;
--nettle-rash:#e4f7e5;
--lemonwood-place:#f9f2d7;
}