Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #5a2e8e;
}
.heath-spotted-orchid {
color: #a25d9e;
}
.flower-field {
color: #d9a76d;
}
.autumn-blonde {
color: #e9caa5;
}
.ballerina-tears {
color: #f3b7af;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#5a2e8e;
--heath-spotted-orchid:#a25d9e;
--flower-field:#d9a76d;
--autumn-blonde:#e9caa5;
--ballerina-tears:#f3b7af;
}