Color names in this palette
CSS code for this palette
/* CSS */
.distant-wind-chime {
color: #e8f0f2;
}
.light-sky-chase {
color: #b8d8db;
}
.pond-blue {
color: #8bb8c6;
}
.atlas-cedar {
color: #5da0a8;
}
.english-river {
color: #3b798c;
}
/* CSS Variables */
:root {
--distant-wind-chime:#e8f0f2;
--light-sky-chase:#b8d8db;
--pond-blue:#8bb8c6;
--atlas-cedar:#5da0a8;
--english-river:#3b798c;
}