Color names in this palette
CSS code for this palette
/* CSS */
.deep-well {
color: #332f3c;
}
.greys-harbor {
color: #5c6366;
}
.grant-grey {
color: #92918b;
}
.frosted-silver {
color: #c4cac5;
}
.lynx-white {
color: #f6f7f9;
}
/* CSS Variables */
:root {
--deep-well:#332f3c;
--greys-harbor:#5c6366;
--grant-grey:#92918b;
--frosted-silver:#c4cac5;
--lynx-white:#f6f7f9;
}