Color names in this palette
CSS code for this palette
/* CSS */
.country-sky {
color: #4a5559;
}
.pompeii-ash {
color: #6b757b;
}
.iron-earth {
color: #8ba3a7;
}
.heaven {
color: #b3d0d5;
}
.boiling-point {
color: #d8e8e9;
}
/* CSS Variables */
:root {
--country-sky:#4a5559;
--pompeii-ash:#6b757b;
--iron-earth:#8ba3a7;
--heaven:#b3d0d5;
--boiling-point:#d8e8e9;
}