Stormy Skies Color Palette

Discover the beautiful Stormy Skies color palette featuring blue dianne (#1d3d49), bismark (#4b6b8b), ship cove (#7a9cbd), regent st blue (#a8c8e1) and link water (#e7f2f8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Coastal, Gray, Modern, Soft, Vibrant 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 Skies palette

Share this palette to:

💻 Stormy Skies color palette CSS

/* CSS */
.color-1 {
color: #1d3d49;
}
.color-2 {
color: #4b6b8b;
}
.color-3 {
color: #7a9cbd;
}
.color-4 {
color: #a8c8e1;
}
.color-5 {
color: #e7f2f8;
}

/* CSS Variables */
:root {
--color-1: #1d3d49;
--color-2: #4b6b8b;
--color-3: #7a9cbd;
--color-4: #a8c8e1;
--color-5: #e7f2f8;
}

🌈 Stormy Skies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3d49, #4b6b8b, #7a9cbd, #a8c8e1, #e7f2f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3d49, #4b6b8b, #7a9cbd, #a8c8e1, #e7f2f8);
}

Stormy Skies color palette created on .