Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #5f3f88;
}
.soft-purple {
color: #a26bb8;
}
.barely-bloomed {
color: #d7a9e0;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.monarch-orange {
color: #f49e6c;
}
/* CSS Variables */
:root {
--lords-of-the-night:#5f3f88;
--soft-purple:#a26bb8;
--barely-bloomed:#d7a9e0;
--antique-wicker-basket:#f2d2a1;
--monarch-orange:#f49e6c;
}