Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a1e2;
}
.radiant-orchid {
color: #a9609c;
}
.leery-lemon {
color: #f0c919;
}
.fiji-palm {
color: #4c8b3c;
}
.delft {
color: #3d5a8a;
}
/* CSS Variables */
:root {
--bright-ube:#d4a1e2;
--radiant-orchid:#a9609c;
--leery-lemon:#f0c919;
--fiji-palm:#4c8b3c;
--delft:#3d5a8a;
}