Stormy Horizons Color Palette

Discover the beautiful Stormy Horizons color palette featuring danube (#599bd4), san marino (#3c6e9a), san juan (#2e4e66), web orange (#f0a400) and punch (#da502b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Fun, Warm 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 Horizons palette

Share this palette to:

💻 Stormy Horizons color palette CSS

/* CSS */
.color-1 {
color: #599bd4;
}
.color-2 {
color: #3c6e9a;
}
.color-3 {
color: #2e4e66;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #da502b;
}

/* CSS Variables */
:root {
--color-1: #599bd4;
--color-2: #3c6e9a;
--color-3: #2e4e66;
--color-4: #f0a400;
--color-5: #da502b;
}

🌈 Stormy Horizons background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #599bd4, #3c6e9a, #2e4e66, #f0a400, #da502b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #599bd4, #3c6e9a, #2e4e66, #f0a400, #da502b);
}

Stormy Horizons color palette created on .