Color names in this palette
CSS code for this palette
/* CSS */
.spring-grass {
color: #d9c87d;
}
.suds {
color: #a6b5c4;
}
.steel {
color: #7a7a7a;
}
.animal-kingdom {
color: #bfbf9c;
}
.knight-s-armor {
color: #5c5c5c;
}
/* CSS Variables */
:root {
--spring-grass:#d9c87d;
--suds:#a6b5c4;
--steel:#7a7a7a;
--animal-kingdom:#bfbf9c;
--knight-s-armor:#5c5c5c;
}