Color names in this palette
CSS code for this palette
/* CSS */
.distant-wind-chime {
color: #e8f0f2;
}
.twinkle {
color: #afc4d4;
}
.bluesy-note {
color: #7f9db8;
}
.blue-antarctic {
color: #4c799a;
}
.berry-blue-green {
color: #2a4b55;
}
/* CSS Variables */
:root {
--distant-wind-chime:#e8f0f2;
--twinkle:#afc4d4;
--bluesy-note:#7f9db8;
--blue-antarctic:#4c799a;
--berry-blue-green:#2a4b55;
}