Blue Storm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Storm palette
Blue Storm color palette CSS
/* CSS */
.color-1 {
color: #1e3d6b;
}
.color-2 {
color: #4999b6;
}
.color-3 {
color: #8cc5d4;
}
.color-4 {
color: #f2d4a1;
}
.color-5 {
color: #f36f5e;
}
/* CSS Variables */
:root {
--color-1: #1e3d6b;
--color-2: #4999b6;
--color-3: #8cc5d4;
--color-4: #f2d4a1;
--color-5: #f36f5e;
}
Blue Storm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3d6b, #4999b6, #8cc5d4, #f2d4a1, #f36f5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3d6b, #4999b6, #8cc5d4, #f2d4a1, #f36f5e);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Blue Storm color palette created on .