Color names in this palette
CSS code for this palette
/* CSS */
.plein-air {
color: #b8c4d1;
}
.aerial-view {
color: #9fb1c6;
}
.astro-bound {
color: #8ca1ba;
}
.bluebird-feather {
color: #6e9eaf;
}
.freshwater {
color: #4ea7b7;
}
/* CSS Variables */
:root {
--plein-air:#b8c4d1;
--aerial-view:#9fb1c6;
--astro-bound:#8ca1ba;
--bluebird-feather:#6e9eaf;
--freshwater:#4ea7b7;
}