Color names in this palette
CSS code for this palette
/* CSS */
.goose-pond-green {
color: #639c8f;
}
.mint-bonbon-green {
color: #7fb8a7;
}
.southern-belle {
color: #a7d7c7;
}
.frozen-civilization {
color: #e1f4e8;
}
.god-given {
color: #f9f4e1;
}
/* CSS Variables */
:root {
--goose-pond-green:#639c8f;
--mint-bonbon-green:#7fb8a7;
--southern-belle:#a7d7c7;
--frozen-civilization:#e1f4e8;
--god-given:#f9f4e1;
}