Color names in this palette
CSS code for this palette
/* CSS */
.flint-smoke {
color: #a8b3b3;
}
.mount-sterling {
color: #cad3d3;
}
.filigree {
color: #dfe7e7;
}
.zh-n-zh-b-i-pearl {
color: #f6f9f9;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--flint-smoke:#a8b3b3;
--mount-sterling:#cad3d3;
--filigree:#dfe7e7;
--zh-n-zh-b-i-pearl:#f6f9f9;
--white:#ffffff;
}