←Back to PalettesAll Palettes
Vibrant Fusion Color Palette
A dynamic blend of bold purples, passionate pinks, and zesty yellows and oranges, creating an eye-catching and energetic atmosphere perfect for artistic pursuits or lively gatherings.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.liberal-lilac {
color: #9b58b6;
}
.mellow-melon {
color: #e92063;
}
.dodgeroll-gold {
color: #f39c12;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--liberal-lilac:#9b58b6;
--mellow-melon:#e92063;
--dodgeroll-gold:#f39c12;
--sunshine-mellow:#f1c40e;
}