Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.drop-green {
color: #6dbf5f;
}
.chinook {
color: #99d6a6;
}
.beru {
color: #c0e3d3;
}
.treacherous-blizzard {
color: #def7e6;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--drop-green:#6dbf5f;
--chinook:#99d6a6;
--beru:#c0e3d3;
--treacherous-blizzard:#def7e6;
}