Electric Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Breeze palette

Share this palette to:

Electric Breeze color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #00e6d6;
}
.color-4 {
color: #00ff91;
}
.color-5 {
color: #1aff6e;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #00bdd6;
--color-3: #00e6d6;
--color-4: #00ff91;
--color-5: #1aff6e;
}

Electric Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #00bdd6, #00e6d6, #00ff91, #1aff6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #00bdd6, #00e6d6, #00ff91, #1aff6e);
}

Electric Breeze color palette created on .