Color names in this palette
CSS code for this palette
/* CSS */
.dark-onyx {
color: #2d2d2f;
}
.grey-pinstripe {
color: #4d4d51;
}
.tarnished-silver {
color: #797981;
}
.love-struck-chinchilla {
color: #afafb6;
}
.lilac-murmur {
color: #e6e6ea;
}
/* CSS Variables */
:root {
--dark-onyx:#2d2d2f;
--grey-pinstripe:#4d4d51;
--tarnished-silver:#797981;
--love-struck-chinchilla:#afafb6;
--lilac-murmur:#e6e6ea;
}