Electric Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electric Dream palette
Electric Dream color palette PNG image
Electric Dream color palette CSS
/* CSS */
.color-1 {
color: #8c00ff;
}
.color-2 {
color: #a55cff;
}
.color-3 {
color: #be9eff;
}
.color-4 {
color: #e6bdff;
}
.color-5 {
color: #ffb3ff;
}
/* CSS Variables */
:root {
--color-1: #8c00ff;
--color-2: #a55cff;
--color-3: #be9eff;
--color-4: #e6bdff;
--color-5: #ffb3ff;
}
Electric Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c00ff, #a55cff, #be9eff, #e6bdff, #ffb3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c00ff, #a55cff, #be9eff, #e6bdff, #ffb3ff);
}
Similar color palettes
Electric Dream color palette created on .