Color names in this palette
CSS code for this palette
/* CSS */
.black-rock {
color: #2a2e3c;
}
.mystical-shade {
color: #4b5363;
}
.astronomicon-grey {
color: #6d7983;
}
.iceberg-green {
color: #8c9b93;
}
.mossa {
color: #b1c4b5;
}
/* CSS Variables */
:root {
--black-rock:#2a2e3c;
--mystical-shade:#4b5363;
--astronomicon-grey:#6d7983;
--iceberg-green:#8c9b93;
--mossa:#b1c4b5;
}