Electro Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electro Sky palette

Share this palette to:

Electro Sky color palette CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #00d4ff;
}
.color-3 {
color: #5cd6ff;
}
.color-4 {
color: #8ae0ff;
}
.color-5 {
color: #b3f4ff;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #00d4ff;
--color-3: #5cd6ff;
--color-4: #8ae0ff;
--color-5: #b3f4ff;
}

Electro Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #00d4ff, #5cd6ff, #8ae0ff, #b3f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #00d4ff, #5cd6ff, #8ae0ff, #b3f4ff);
}

Electro Sky color palette created on .