Color names in this palette
CSS code for this palette
/* CSS */
.southern-belle {
color: #a7d7c7;
}
.bath-salt-green {
color: #b8e0d7;
}
.seaglass {
color: #d0e6e0;
}
.northern-lights {
color: #e6f0e8;
}
.unbleached {
color: #faf9f5;
}
/* CSS Variables */
:root {
--southern-belle:#a7d7c7;
--bath-salt-green:#b8e0d7;
--seaglass:#d0e6e0;
--northern-lights:#e6f0e8;
--unbleached:#faf9f5;
}