Electric Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Dreams palette

Share this palette to:

Electric Dreams color palette CSS

/* CSS */
.color-1 {
color: #00ffcc;
}
.color-2 {
color: #ff1a75;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff4d00;
}
.color-5 {
color: #00ccff;
}

/* CSS Variables */
:root {
--color-1: #00ffcc;
--color-2: #ff1a75;
--color-3: #ffcc00;
--color-4: #ff4d00;
--color-5: #00ccff;
}

Electric Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffcc, #ff1a75, #ffcc00, #ff4d00, #00ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffcc, #ff1a75, #ffcc00, #ff4d00, #00ccff);
}

Similar color palettes

Electric Dreams color palette created on .