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: #5a0e90;
}
.color-2 {
color: #a32bc5;
}
.color-3 {
color: #d97ee7;
}
.color-4 {
color: #f7a1d5;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #5a0e90;
--color-2: #a32bc5;
--color-3: #d97ee7;
--color-4: #f7a1d5;
--color-5: #ff7092;
}

Electric Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a0e90, #a32bc5, #d97ee7, #f7a1d5, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a0e90, #a32bc5, #d97ee7, #f7a1d5, #ff7092);
}

Electric Blossom color palette created on .