←Back to PalettesAll Palettes
Electric Harmony of Life's Colors Color Palette
This vibrant palette captures the essence of a joyous in-between, where soft blues meet bold oranges and passionate pinks. Each hue resonates like the notes of a lively symphony, evoking feelings of creativity and optimism. Ideal for projects that seek to inspire and uplift, this blend ignites a spark of energy and enthusiasm.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.deluxe-days {
color: #8ecae6;
}
.king-nacho {
color: #ffb805;
}
.the-new-black {
color: #fa8500;
}
.vivid-raspberry {
color: #ff006e;
}
.moth-orchid {
color: #d10070;
}
/* CSS Variables */
:root {
--deluxe-days:#8ecae6;
--king-nacho:#ffb805;
--the-new-black:#fa8500;
--vivid-raspberry:#ff006e;
--moth-orchid:#d10070;
}