Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #6a3f88;
}
.english-lavender {
color: #a07bb2;
}
.blackberry-yogurt {
color: #e4b5e8;
}
.budding-peach {
color: #f3d4bf;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--lords-of-the-night:#6a3f88;
--english-lavender:#a07bb2;
--blackberry-yogurt:#e4b5e8;
--budding-peach:#f3d4bf;
--creamy-sweet-corn:#f9c54e;
}