Electric Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Blossom palette

Share this palette to:

Electric Blossom color palette CSS

/* CSS */
.color-1 {
color: #6b49c1;
}
.color-2 {
color: #ef6c9a;
}
.color-3 {
color: #d157a2;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #ef9001;
}

/* CSS Variables */
:root {
--color-1: #6b49c1;
--color-2: #ef6c9a;
--color-3: #d157a2;
--color-4: #f7c94b;
--color-5: #ef9001;
}

Electric Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b49c1, #ef6c9a, #d157a2, #f7c94b, #ef9001);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b49c1, #ef6c9a, #d157a2, #f7c94b, #ef9001);
}

Electric Blossom color palette created on .