Electric Echoes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Echoes palette

Share this palette to:

Electric Echoes color palette CSS

/* CSS */
.color-1 {
color: #1d1e2a;
}
.color-2 {
color: #4b4d62;
}
.color-3 {
color: #7c7e98;
}
.color-4 {
color: #abb4d4;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #1d1e2a;
--color-2: #4b4d62;
--color-3: #7c7e98;
--color-4: #abb4d4;
--color-5: #f0a400;
}

Electric Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e2a, #4b4d62, #7c7e98, #abb4d4, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e2a, #4b4d62, #7c7e98, #abb4d4, #f0a400);
}

Electric Echoes color palette created on .