Color names in this palette
CSS code for this palette
/* CSS */
.midnight-green {
color: #004852;
}
.zenith-heights {
color: #a6c9c6;
}
.wind-speed {
color: #c0d6d8;
}
.wind-chime {
color: #dfe0e2;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--midnight-green:#004852;
--zenith-heights:#a6c9c6;
--wind-speed:#c0d6d8;
--wind-chime:#dfe0e2;
--white-smoke:#f5f5f5;
}