Color names in this palette
CSS code for this palette
/* CSS */
.light-ridge-light {
color: #c1d5e6;
}
.country-air {
color: #a2b6c8;
}
.polished-metal {
color: #809bb3;
}
.bluestone-path {
color: #5e85a1;
}
.big-sur-blue-jade {
color: #3c7090;
}
/* CSS Variables */
:root {
--light-ridge-light:#c1d5e6;
--country-air:#a2b6c8;
--polished-metal:#809bb3;
--bluestone-path:#5e85a1;
--big-sur-blue-jade:#3c7090;
}