Discover the beautiful Blue Horizon color palette featuring san marino (#3d6e99), hippie blue (#588cb6), polo blue (#89b3d1), cream can (#f4d35d) and ecstasy (#f97a1f).

Blue Horizon Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Blue Horizon palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Blue Horizon palette

Share this palette to:

💻 Blue Horizon color palette CSS

/* CSS */
.color-1 {
color: #3d6e99;
}
.color-2 {
color: #588cb6;
}
.color-3 {
color: #89b3d1;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #f97a1f;
}

/* CSS Variables */
:root {
--color-1: #3d6e99;
--color-2: #588cb6;
--color-3: #89b3d1;
--color-4: #f4d35d;
--color-5: #f97a1f;
}

🌈 Blue Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d6e99, #588cb6, #89b3d1, #f4d35d, #f97a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d6e99, #588cb6, #89b3d1, #f4d35d, #f97a1f);
}

Blue Horizon color palette created on .