Color names in this palette
CSS code for this palette
/* CSS */
.astroscopus-grey {
color: #b0b3b5;
}
.silver-snippet {
color: #8d8f91;
}
.battleship-grey {
color: #707375;
}
.typewriter-ink {
color: #4c5052;
}
.caviar {
color: #2c2e30;
}
/* CSS Variables */
:root {
--astroscopus-grey:#b0b3b5;
--silver-snippet:#8d8f91;
--battleship-grey:#707375;
--typewriter-ink:#4c5052;
--caviar:#2c2e30;
}