Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1c1c2c;
}
.amphystine {
color: #3e3e5b;
}
.dark-prince {
color: #6d6d8d;
}
.water-hyacinth {
color: #a3a3d2;
}
.stoic-white {
color: #e0e0ff;
}
/* CSS Variables */
:root {
--sambucus:#1c1c2c;
--amphystine:#3e3e5b;
--dark-prince:#6d6d8d;
--water-hyacinth:#a3a3d2;
--stoic-white:#e0e0ff;
}