Color names in this palette
CSS code for this palette
/* CSS */
.still-water {
color: #4b5b5d;
}
.north-grey {
color: #697577;
}
.ancient-pewter {
color: #898f90;
}
.krypton {
color: #b7c1c2;
}
.ethereal-white {
color: #e7f2f3;
}
/* CSS Variables */
:root {
--still-water:#4b5b5d;
--north-grey:#697577;
--ancient-pewter:#898f90;
--krypton:#b7c1c2;
--ethereal-white:#e7f2f3;
}