Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a45b9c;
}
.malevolent-mauve {
color: #b8618c;
}
.chili-soda {
color: #c87d74;
}
.spiced-pumpkin {
color: #d78e56;
}
.honey-glow {
color: #e7b54b;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a45b9c;
--malevolent-mauve:#b8618c;
--chili-soda:#c87d74;
--spiced-pumpkin:#d78e56;
--honey-glow:#e7b54b;
}