Stormy Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stormy Sea palette
Color Inspiration
Images that showcase this color palette in real designs
Download Stormy Sea Color Palette (PNG)
Stormy Sea color palette CSS
/* CSS */
.color-1 {
color: #6b7c94;
}
.color-2 {
color: #4d6f84;
}
.color-3 {
color: #3a6073;
}
.color-4 {
color: #2b4c5e;
}
.color-5 {
color: #1d3649;
}
/* CSS Variables */
:root {
--color-1: #6b7c94;
--color-2: #4d6f84;
--color-3: #3a6073;
--color-4: #2b4c5e;
--color-5: #1d3649;
}
Stormy Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7c94, #4d6f84, #3a6073, #2b4c5e, #1d3649);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7c94, #4d6f84, #3a6073, #2b4c5e, #1d3649);
}
Similar color palettes
Stormy Sea color palette created on .