Electric Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Dreamscape palette

Share this palette to:

Electric Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #4b4b91;
}
.color-3 {
color: #7d7dbf;
}
.color-4 {
color: #f9f93e;
}
.color-5 {
color: #ff3d3d;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #4b4b91;
--color-3: #7d7dbf;
--color-4: #f9f93e;
--color-5: #ff3d3d;
}

Electric Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #4b4b91, #7d7dbf, #f9f93e, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #4b4b91, #7d7dbf, #f9f93e, #ff3d3d);
}

Similar color palettes

Electric Dreamscape color palette created on .