Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.night-owl {
color: #5d7a89;
}
.mild-green {
color: #799a86;
}
.meadow-grass {
color: #c4d6b3;
}
.diamonds-in-the-sky {
color: #e5e3e1;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--night-owl:#5d7a89;
--mild-green:#799a86;
--meadow-grass:#c4d6b3;
--diamonds-in-the-sky:#e5e3e1;
}