Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1c1c2c;
}
.amphystine {
color: #3e3e5b;
}
.dark-prince {
color: #6a6a8a;
}
.bay-fog {
color: #9b9bb0;
}
.light-gregorio-garden {
color: #d6d6e6;
}
/* CSS Variables */
:root {
--sambucus:#1c1c2c;
--amphystine:#3e3e5b;
--dark-prince:#6a6a8a;
--bay-fog:#9b9bb0;
--light-gregorio-garden:#d6d6e6;
}