Color names in this palette
CSS code for this palette
/* CSS */
.shot-over {
color: #4c5b67;
}
.astronomicon-grey {
color: #6c7c84;
}
.iron-earth {
color: #8ba4a7;
}
.malaysian-mist {
color: #b6d1d2;
}
.diamond-white {
color: #e0f3f5;
}
/* CSS Variables */
:root {
--shot-over:#4c5b67;
--astronomicon-grey:#6c7c84;
--iron-earth:#8ba4a7;
--malaysian-mist:#b6d1d2;
--diamond-white:#e0f3f5;
}