Color names in this palette
CSS code for this palette
/* CSS */
.dark-slate-grey {
color: #305050;
}
.breaker-bay {
color: #4f7878;
}
.soul-quenching {
color: #7e9a9a;
}
.rivers-edge {
color: #b0d8d8;
}
.frosty-mint {
color: #e0f5f5;
}
/* CSS Variables */
:root {
--dark-slate-grey:#305050;
--breaker-bay:#4f7878;
--soul-quenching:#7e9a9a;
--rivers-edge:#b0d8d8;
--frosty-mint:#e0f5f5;
}