Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4b9dc3;
}
.baby-tears {
color: #69b9d8;
}
.ocean-cruise {
color: #9ed5e0;
}
.freezing-vapor {
color: #d3e9f3;
}
.m-white {
color: #f4f9fb;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4b9dc3;
--baby-tears:#69b9d8;
--ocean-cruise:#9ed5e0;
--freezing-vapor:#d3e9f3;
--m-white:#f4f9fb;
}