Color names in this palette
CSS code for this palette
/* CSS */
.lynx-white {
color: #f6f8f8;
}
.snow-cloud {
color: #e6eaeb;
}
.offshore-mist {
color: #cad7d8;
}
.marine-layer {
color: #a2b3b4;
}
.harrow-s-gate {
color: #7b8d8e;
}
/* CSS Variables */
:root {
--lynx-white:#f6f8f8;
--snow-cloud:#e6eaeb;
--offshore-mist:#cad7d8;
--marine-layer:#a2b3b4;
--harrow-s-gate:#7b8d8e;
}