Color names in this palette
CSS code for this palette
/* CSS */
.bastille {
color: #2d2a32;
}
.galaxy {
color: #4d4a54;
}
.tarnished-silver {
color: #797981;
}
.enchanted-silver {
color: #b5b4bb;
}
.winter-orchid {
color: #e6e3e8;
}
/* CSS Variables */
:root {
--bastille:#2d2a32;
--galaxy:#4d4a54;
--tarnished-silver:#797981;
--enchanted-silver:#b5b4bb;
--winter-orchid:#e6e3e8;
}