Color names in this palette
CSS code for this palette
/* CSS */
.goose-pond-green {
color: #639c8f;
}
.bird-s-egg-green {
color: #a9c7b8;
}
.seaglass {
color: #d1e5e0;
}
.crescent-moon {
color: #f1e9d0;
}
.madder-orange {
color: #f3bdaf;
}
/* CSS Variables */
:root {
--goose-pond-green:#639c8f;
--bird-s-egg-green:#a9c7b8;
--seaglass:#d1e5e0;
--crescent-moon:#f1e9d0;
--madder-orange:#f3bdaf;
}