Color names in this palette
CSS code for this palette
/* CSS */
.portsmouth-bay {
color: #a2aeab;
}
.polished-rock {
color: #bac4c2;
}
.rainy-season {
color: #d0d7d5;
}
.evening-mist {
color: #e2e9e8;
}
.lynx-white {
color: #f6f9f8;
}
/* CSS Variables */
:root {
--portsmouth-bay:#a2aeab;
--polished-rock:#bac4c2;
--rainy-season:#d0d7d5;
--evening-mist:#e2e9e8;
--lynx-white:#f6f9f8;
}