Color names in this palette
CSS code for this palette
/* CSS */
.white-solid {
color: #f5f7fa;
}
.bellflower-blue {
color: #e1e8ef;
}
.cloudy-valley {
color: #b1c5d8;
}
.grey-blue {
color: #7ca1b6;
}
.hippie-blue {
color: #498a9c;
}
/* CSS Variables */
:root {
--white-solid:#f5f7fa;
--bellflower-blue:#e1e8ef;
--cloudy-valley:#b1c5d8;
--grey-blue:#7ca1b6;
--hippie-blue:#498a9c;
}