Color names in this palette
CSS code for this palette
/* CSS */
.mystic-nights {
color: #4c2f6f;
}
.kyo-purple {
color: #9a5b8b;
}
.juicy-peach {
color: #d59090;
}
.sunrise {
color: #f6c279;
}
.menoth-white-base {
color: #f2e6ba;
}
/* CSS Variables */
:root {
--mystic-nights:#4c2f6f;
--kyo-purple:#9a5b8b;
--juicy-peach:#d59090;
--sunrise:#f6c279;
--menoth-white-base:#f2e6ba;
}