Color names in this palette
CSS code for this palette
/* CSS */
.blackened-pearl {
color: #4f4e55;
}
.namara-grey {
color: #797a7c;
}
.chrome-aluminum {
color: #a6a8ab;
}
.new-wool {
color: #d6c4b8;
}
.diminished-pink {
color: #f1e5df;
}
/* CSS Variables */
:root {
--blackened-pearl:#4f4e55;
--namara-grey:#797a7c;
--chrome-aluminum:#a6a8ab;
--new-wool:#d6c4b8;
--diminished-pink:#f1e5df;
}