Color names in this palette
CSS code for this palette
/* CSS */
.distant-wind-chime {
color: #e8f0f2;
}
.liberty-grey {
color: #b2c1c7;
}
.symmetry {
color: #8da1a5;
}
.winter-harbor {
color: #5b747b;
}
.mechanicus-standard-grey {
color: #3b4c4e;
}
/* CSS Variables */
:root {
--distant-wind-chime:#e8f0f2;
--liberty-grey:#b2c1c7;
--symmetry:#8da1a5;
--winter-harbor:#5b747b;
--mechanicus-standard-grey:#3b4c4e;
}