Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1d2d;
}
.succinct-violet {
color: #4e3c6d;
}
.heath-spotted-orchid {
color: #a35c9d;
}
.persimmon {
color: #e89c30;
}
.royal-oranje {
color: #ff7b24;
}
/* CSS Variables */
:root {
--sambucus:#1a1d2d;
--succinct-violet:#4e3c6d;
--heath-spotted-orchid:#a35c9d;
--persimmon:#e89c30;
--royal-oranje:#ff7b24;
}