Color names in this palette
CSS code for this palette
/* CSS */
.light-steel-blue {
color: #b0c4de;
}
.steel-blue {
color: #4682b4;
}
.dark-slate-grey {
color: #305050;
}
.uniform-grey {
color: #a8a8a8;
}
.disco-ball {
color: #d4d4d4;
}
/* CSS Variables */
:root {
--light-steel-blue:#b0c4de;
--steel-blue:#4682b4;
--dark-slate-grey:#305050;
--uniform-grey:#a8a8a8;
--disco-ball:#d4d4d4;
}