Electric Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electric Dreamscape palette
Electric Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #3189ed;
}
.color-2 {
color: #e110e5;
}
.color-3 {
color: #395cc6;
}
.color-4 {
color: #a715c1;
}
.color-5 {
color: #3c3b97;
}
/* CSS Variables */
:root {
--color-1: #3189ed;
--color-2: #e110e5;
--color-3: #395cc6;
--color-4: #a715c1;
--color-5: #3c3b97;
}
Electric Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3189ed, #e110e5, #395cc6, #a715c1, #3c3b97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3189ed, #e110e5, #395cc6, #a715c1, #3c3b97);
}
Similar color palettes
Electric Dreamscape color palette created on .