Color names in this palette
CSS code for this palette
/* CSS */
.shady-character {
color: #4c4c4d;
}
.namara-grey {
color: #797a7c;
}
.stoneware {
color: #a5998d;
}
.cracked-earth {
color: #c4b2a1;
}
.pygmy-goat {
color: #d7d0d0;
}
/* CSS Variables */
:root {
--shady-character:#4c4c4d;
--namara-grey:#797a7c;
--stoneware:#a5998d;
--cracked-earth:#c4b2a1;
--pygmy-goat:#d7d0d0;
}