Color names in this palette
CSS code for this palette
/* CSS */
.russian-violet {
color: #3b194d;
}
.tillandsia-purple {
color: #5d3b7d;
}
.heath-spotted-orchid {
color: #9f5b9a;
}
.rosewood-apricot {
color: #d69e9e;
}
.shrimp-toast {
color: #f7c6a1;
}
/* CSS Variables */
:root {
--russian-violet:#3b194d;
--tillandsia-purple:#5d3b7d;
--heath-spotted-orchid:#9f5b9a;
--rosewood-apricot:#d69e9e;
--shrimp-toast:#f7c6a1;
}