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: #3b5e8c;
}
.color-2 {
color: #5c7a99;
}
.color-3 {
color: #7ca5b6;
}
.color-4 {
color: #b2d7c9;
}
.color-5 {
color: #d1e5e0;
}
/* CSS Variables */
:root {
--color-1: #3b5e8c;
--color-2: #5c7a99;
--color-3: #7ca5b6;
--color-4: #b2d7c9;
--color-5: #d1e5e0;
}
Blue Storm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e8c, #5c7a99, #7ca5b6, #b2d7c9, #d1e5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e8c, #5c7a99, #7ca5b6, #b2d7c9, #d1e5e0);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Storm color palette created on .