Color names in this palette
CSS code for this palette
/* CSS */
.ash-blue {
color: #bfc4ca;
}
.stardew {
color: #a6b1b5;
}
.seastone {
color: #7c8c8d;
}
.riverway {
color: #5b7576;
}
.mechanicus-standard-grey {
color: #3e4b4c;
}
/* CSS Variables */
:root {
--ash-blue:#bfc4ca;
--stardew:#a6b1b5;
--seastone:#7c8c8d;
--riverway:#5b7576;
--mechanicus-standard-grey:#3e4b4c;
}