Color names in this palette
CSS code for this palette
/* CSS */
.black-rock {
color: #2a2e3c;
}
.night-flight {
color: #444c5a;
}
.charcoal-blue {
color: #69748c;
}
.great-falls {
color: #9fa7b7;
}
.snowdrift-glow {
color: #d6e3f0;
}
/* CSS Variables */
:root {
--black-rock:#2a2e3c;
--night-flight:#444c5a;
--charcoal-blue:#69748c;
--great-falls:#9fa7b7;
--snowdrift-glow:#d6e3f0;
}