Color names in this palette
CSS code for this palette
/* CSS */
.christmas-silver {
color: #e0e0e0;
}
.light-steel-blue {
color: #b0c4de;
}
.steel-blue {
color: #4682b4;
}
.green-spool {
color: #006275;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--christmas-silver:#e0e0e0;
--light-steel-blue:#b0c4de;
--steel-blue:#4682b4;
--green-spool:#006275;
--sherpa-blue:#004a4d;
}