Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #6a3f88;
}
.radiant-orchid {
color: #a9609c;
}
.balcony-sunset {
color: #d88e6e;
}
.samoan-sun {
color: #f9b848;
}
.fiery-flamingo {
color: #f56b7b;
}
/* CSS Variables */
:root {
--lords-of-the-night:#6a3f88;
--radiant-orchid:#a9609c;
--balcony-sunset:#d88e6e;
--samoan-sun:#f9b848;
--fiery-flamingo:#f56b7b;
}