Color names in this palette
CSS code for this palette
/* CSS */
.desert-suede {
color: #d5c7b3;
}
.grey-flanks {
color: #a49a8e;
}
.namara-grey {
color: #7c7d7e;
}
.shady-character {
color: #4c4d4d;
}
.carbon-fiber {
color: #2e2e2e;
}
/* CSS Variables */
:root {
--desert-suede:#d5c7b3;
--grey-flanks:#a49a8e;
--namara-grey:#7c7d7e;
--shady-character:#4c4d4d;
--carbon-fiber:#2e2e2e;
}