Color names in this palette
CSS code for this palette
/* CSS */
.alice-blue {
color: #f0f8ff;
}
.light-steel-blue {
color: #b0c4de;
}
.somnambulist {
color: #768798;
}
.steel-blue {
color: #4682b4;
}
.dark-slate-grey {
color: #305050;
}
/* CSS Variables */
:root {
--alice-blue:#f0f8ff;
--light-steel-blue:#b0c4de;
--somnambulist:#768798;
--steel-blue:#4682b4;
--dark-slate-grey:#305050;
}