Color names in this palette
CSS code for this palette
/* CSS */
.blue-stream {
color: #9acbda;
}
.tranquil-aqua {
color: #7a9a9f;
}
.superstition {
color: #5a6e72;
}
.mechanicus-standard-grey {
color: #3c4b4e;
}
.cod-grey {
color: #2b2f31;
}
/* CSS Variables */
:root {
--blue-stream:#9acbda;
--tranquil-aqua:#7a9a9f;
--superstition:#5a6e72;
--mechanicus-standard-grey:#3c4b4e;
--cod-grey:#2b2f31;
}