Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1b1d2c;
}
.deep-velvet {
color: #323348;
}
.harbourmaster {
color: #50526d;
}
.waterloo {
color: #797b96;
}
.blue-buzz {
color: #9e9fbd;
}
/* CSS Variables */
:root {
--sambucus:#1b1d2c;
--deep-velvet:#323348;
--harbourmaster:#50526d;
--waterloo:#797b96;
--blue-buzz:#9e9fbd;
}