Electric Bazaar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Bazaar palette

Share this palette to:

Electric Bazaar color palette CSS

/* CSS */
.color-1 {
color: #392b5a;
}
.color-2 {
color: #b26c84;
}
.color-3 {
color: #f2b75a;
}
.color-4 {
color: #6cc6a8;
}
.color-5 {
color: #f15a27;
}

/* CSS Variables */
:root {
--color-1: #392b5a;
--color-2: #b26c84;
--color-3: #f2b75a;
--color-4: #6cc6a8;
--color-5: #f15a27;
}

Electric Bazaar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #392b5a, #b26c84, #f2b75a, #6cc6a8, #f15a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #392b5a, #b26c84, #f2b75a, #6cc6a8, #f15a27);
}

Electric Bazaar color palette created on .