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: #3c5990;
}
.color-2 {
color: #6d8eb6;
}
.color-3 {
color: #9fb2c6;
}
.color-4 {
color: #b4dae9;
}
.color-5 {
color: #e2f3f8;
}
/* CSS Variables */
:root {
--color-1: #3c5990;
--color-2: #6d8eb6;
--color-3: #9fb2c6;
--color-4: #b4dae9;
--color-5: #e2f3f8;
}
Blue Storm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5990, #6d8eb6, #9fb2c6, #b4dae9, #e2f3f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5990, #6d8eb6, #9fb2c6, #b4dae9, #e2f3f8);
}
Similar color palettes
Blue Storm color palette created on .