Electric Sunset Fusion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Sunset Fusion palette

Share this palette to:

Electric Sunset Fusion color palette CSS

/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #00a1ff;
}
.color-3 {
color: #a400b3;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff0080;
}

/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #00a1ff;
--color-3: #a400b3;
--color-4: #ff8c00;
--color-5: #ff0080;
}

Electric Sunset Fusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #00a1ff, #a400b3, #ff8c00, #ff0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #00a1ff, #a400b3, #ff8c00, #ff0080);
}

Electric Sunset Fusion color palette created on .