Color names in this palette
CSS code for this palette
/* CSS */
.astroscopus-grey {
color: #b0b3b5;
}
.namara-grey {
color: #7a7d7f;
}
.dark-engine {
color: #3e4042;
}
.elephant-in-the-room {
color: #a7a9aa;
}
.foil {
color: #bfc2c4;
}
/* CSS Variables */
:root {
--astroscopus-grey:#b0b3b5;
--namara-grey:#7a7d7f;
--dark-engine:#3e4042;
--elephant-in-the-room:#a7a9aa;
--foil:#bfc2c4;
}