Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #6a3f88;
}
.bermuda-onion {
color: #9b5996;
}
.western-sunrise {
color: #d8a06f;
}
.lazy-daisy {
color: #f6e8a2;
}
.hot-coral {
color: #f25a5a;
}
/* CSS Variables */
:root {
--lords-of-the-night:#6a3f88;
--bermuda-onion:#9b5996;
--western-sunrise:#d8a06f;
--lazy-daisy:#f6e8a2;
--hot-coral:#f25a5a;
}