Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1c2e;
}
.purple-taupe {
color: #503f4e;
}
.hyssop {
color: #6c4a78;
}
.heath-spotted-orchid {
color: #a5559d;
}
.liseran-purple {
color: #d86f9c;
}
/* CSS Variables */
:root {
--sambucus:#1a1c2e;
--purple-taupe:#503f4e;
--hyssop:#6c4a78;
--heath-spotted-orchid:#a5559d;
--liseran-purple:#d86f9c;
}