Electric Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electric Sunset palette
Electric Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #4d8eff;
}
.color-3 {
color: #a77aff;
}
.color-4 {
color: #ff9a4d;
}
.color-5 {
color: #ff4d9a;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #4d8eff;
--color-3: #a77aff;
--color-4: #ff9a4d;
--color-5: #ff4d9a;
}
Electric Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #4d8eff, #a77aff, #ff9a4d, #ff4d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #4d8eff, #a77aff, #ff9a4d, #ff4d9a);
}
Similar color palettes
Scroll down to explore 80 Red color palettes
Electric Sunset color palette created on .