Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.winter-s-day {
color: #e0f7ff;
}
.french-pass {
color: #a3d4e0;
}
.charted {
color: #b3cde0;
}
.bluebird-feather {
color: #6ca0b2;
}
/* CSS Variables */
:root {
--white:#ffffff;
--winter-s-day:#e0f7ff;
--french-pass:#a3d4e0;
--charted:#b3cde0;
--bluebird-feather:#6ca0b2;
}