Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6d5091;
}
.crown-jewels {
color: #996aaf;
}
.enchanted-lavender {
color: #c5a4d6;
}
.marigold-dust {
color: #f4cf3e;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--pure-mauve:#6d5091;
--crown-jewels:#996aaf;
--enchanted-lavender:#c5a4d6;
--marigold-dust:#f4cf3e;
--chat-orange:#f79c40;
}