Color names in this palette
CSS code for this palette
/* CSS */
.steel-blue {
color: #4682b4;
}
.mountain-bluebird {
color: #4b9bc3;
}
.flyway {
color: #5fb0d3;
}
.blue-click {
color: #a6d6e8;
}
.silent-snowfall {
color: #eff8fb;
}
/* CSS Variables */
:root {
--steel-blue:#4682b4;
--mountain-bluebird:#4b9bc3;
--flyway:#5fb0d3;
--blue-click:#a6d6e8;
--silent-snowfall:#eff8fb;
}