Color names in this palette
CSS code for this palette
/* CSS */
.tempered-grey {
color: #a2b1b3;
}
.polished-cotton {
color: #c6d3d7;
}
.calla-lily {
color: #e4eaec;
}
.lynx-white {
color: #f6f9f8;
}
.holly-glen {
color: #a1b5b3;
}
/* CSS Variables */
:root {
--tempered-grey:#a2b1b3;
--polished-cotton:#c6d3d7;
--calla-lily:#e4eaec;
--lynx-white:#f6f9f8;
--holly-glen:#a1b5b3;
}