Color names in this palette
CSS code for this palette
/* CSS */
.christmas-silver {
color: #e0e0e0;
}
.cambridge-blue {
color: #a4c1ae;
}
.little-league {
color: #699b8d;
}
.mammoth-mountain {
color: #3e6e79;
}
.atlantic-deep {
color: #2b4d54;
}
/* CSS Variables */
:root {
--christmas-silver:#e0e0e0;
--cambridge-blue:#a4c1ae;
--little-league:#699b8d;
--mammoth-mountain:#3e6e79;
--atlantic-deep:#2b4d54;
}