Color names in this palette
CSS code for this palette
/* CSS */
.silver-city {
color: #e2e5e9;
}
.powder-soft-blue {
color: #b7c9d7;
}
.country-air {
color: #9fb6c6;
}
.cerulean-frost {
color: #6e9cc4;
}
.blue-dart-frog {
color: #3a7a98;
}
/* CSS Variables */
:root {
--silver-city:#e2e5e9;
--powder-soft-blue:#b7c9d7;
--country-air:#9fb6c6;
--cerulean-frost:#6e9cc4;
--blue-dart-frog:#3a7a98;
}