Color names in this palette
CSS code for this palette
/* CSS */
.royal-purple {
color: #490070;
}
.mirage-of-violets {
color: #7b1e6f;
}
.viva-magenta {
color: #a44c8d;
}
.coppersmith {
color: #d78c3c;
}
.sundown {
color: #f3c9a0;
}
/* CSS Variables */
:root {
--royal-purple:#490070;
--mirage-of-violets:#7b1e6f;
--viva-magenta:#a44c8d;
--coppersmith:#d78c3c;
--sundown:#f3c9a0;
}