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: #5c93b2;
}
.color-3 {
color: #87c2d4;
}
.color-4 {
color: #f6b4a2;
}
.color-5 {
color: #e83b52;
}
/* CSS Variables */
:root {
--color-1: #3b5e8c;
--color-2: #5c93b2;
--color-3: #87c2d4;
--color-4: #f6b4a2;
--color-5: #e83b52;
}
Blue Storm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e8c, #5c93b2, #87c2d4, #f6b4a2, #e83b52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e8c, #5c93b2, #87c2d4, #f6b4a2, #e83b52);
}
Similar color palettes
Blue Storm color palette created on .