Color names in this palette
CSS code for this palette
/* CSS */
.swirling-water {
color: #e6e9ea;
}
.metallic {
color: #bdc3c7;
}
.nautical-star {
color: #a9b6b7;
}
.vizcaya {
color: #7c9c9a;
}
.nickel-ore-green {
color: #4e7e7e;
}
/* CSS Variables */
:root {
--swirling-water:#e6e9ea;
--metallic:#bdc3c7;
--nautical-star:#a9b6b7;
--vizcaya:#7c9c9a;
--nickel-ore-green:#4e7e7e;
}