Electric Azure Storm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Azure Storm palette

Share this palette to:

Electric Azure Storm color palette CSS

/* CSS */
.color-1 {
color: #1f89e5;
}
.color-2 {
color: #4eb7e4;
}
.color-3 {
color: #78d3e8;
}
.color-4 {
color: #a5e1e9;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #1f89e5;
--color-2: #4eb7e4;
--color-3: #78d3e8;
--color-4: #a5e1e9;
--color-5: #e0f7fa;
}

Electric Azure Storm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f89e5, #4eb7e4, #78d3e8, #a5e1e9, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f89e5, #4eb7e4, #78d3e8, #a5e1e9, #e0f7fa);
}

Electric Azure Storm color palette created on .