Stormy Sea Color Palette

Discover the beautiful Stormy Sea color palette featuring lynch (#6b7c94), bismark (#4d6f84), william (#3a6073), san juan (#2b4c5e) and cloud burst (#1d3649).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Gray, Deep, Dark, Winter, Ocean, Soft, Modern color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Stormy Sea palette

Share this palette to:

💻 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);
}

Stormy Sea color palette created on .