Electric Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Bloom palette

Share this palette to:

Electric Bloom color palette CSS

/* CSS */
.color-1 {
color: #ffc70f;
}
.color-2 {
color: #fe2ae2;
}
.color-3 {
color: #f6eef5;
}
.color-4 {
color: #23222a;
}
.color-5 {
color: #ffee00;
}

/* CSS Variables */
:root {
--color-1: #ffc70f;
--color-2: #fe2ae2;
--color-3: #f6eef5;
--color-4: #23222a;
--color-5: #ffee00;
}

Electric Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc70f, #fe2ae2, #f6eef5, #23222a, #ffee00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc70f, #fe2ae2, #f6eef5, #23222a, #ffee00);
}

Electric Bloom color palette created on .