Color names in this palette
CSS code for this palette
/* CSS */
.grey-marble {
color: #b9b4b1;
}
.more-than-a-week {
color: #8d8b8d;
}
.nouveau {
color: #686d7d;
}
.extinct-volcano {
color: #494e5a;
}
.diamond-black {
color: #2c2f3f;
}
/* CSS Variables */
:root {
--grey-marble:#b9b4b1;
--more-than-a-week:#8d8b8d;
--nouveau:#686d7d;
--extinct-volcano:#494e5a;
--diamond-black:#2c2f3f;
}