Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #6a3f88;
}
.juicy-details {
color: #d67a7a;
}
.radiant-sun {
color: #f3ca4f;
}
.spinnaker {
color: #a3e0df;
}
.valhalla {
color: #2a2c41;
}
/* CSS Variables */
:root {
--lords-of-the-night:#6a3f88;
--juicy-details:#d67a7a;
--radiant-sun:#f3ca4f;
--spinnaker:#a3e0df;
--valhalla:#2a2c41;
}