Color names in this palette
CSS code for this palette
/* CSS */
.chill-in-the-air {
color: #d0d5e7;
}
.elevated {
color: #b2c1d2;
}
.favorite-jeans {
color: #8ba3b1;
}
.hydro {
color: #4a727d;
}
.atlantic-deep {
color: #2c4c54;
}
/* CSS Variables */
:root {
--chill-in-the-air:#d0d5e7;
--elevated:#b2c1d2;
--favorite-jeans:#8ba3b1;
--hydro:#4a727d;
--atlantic-deep:#2c4c54;
}