Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1d2d;
}
.diamond-black {
color: #2c2f3f;
}
.extinct-volcano {
color: #494e5a;
}
.nouveau {
color: #686d7d;
}
.wild-thistle {
color: #9ea0b7;
}
/* CSS Variables */
:root {
--sambucus:#1a1d2d;
--diamond-black:#2c2f3f;
--extinct-volcano:#494e5a;
--nouveau:#686d7d;
--wild-thistle:#9ea0b7;
}