Color names in this palette
CSS code for this palette
/* CSS */
.goose-pond-green {
color: #639c8f;
}
.azurite-water-green {
color: #4b7c72;
}
.otter-creek {
color: #3c5c5d;
}
.sinbad {
color: #a7d7cf;
}
.alluring-white {
color: #efe2d2;
}
/* CSS Variables */
:root {
--goose-pond-green:#639c8f;
--azurite-water-green:#4b7c72;
--otter-creek:#3c5c5d;
--sinbad:#a7d7cf;
--alluring-white:#efe2d2;
}