Color names in this palette
CSS code for this palette
/* CSS */
.distant-wind-chime {
color: #eaeff1;
}
.grey-pearl-sand {
color: #b1b7be;
}
.lakefront {
color: #8d9ca5;
}
.before-the-storm {
color: #4d6a75;
}
.atlantic-deep {
color: #2c4c54;
}
/* CSS Variables */
:root {
--distant-wind-chime:#eaeff1;
--grey-pearl-sand:#b1b7be;
--lakefront:#8d9ca5;
--before-the-storm:#4d6a75;
--atlantic-deep:#2c4c54;
}