Blue Horizon Color Palette

Discover the beautiful Blue Horizon color palette featuring royal blue (#4b7bec), malibu (#80c8f4), blizzard blue (#a8e4f0), saffron (#f4c63e) and carrot orange (#f48e1a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Aqua, Bright, Summer, 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 Blue Horizon palette

Share this palette to:

💻 Blue Horizon color palette CSS

/* CSS */
.color-1 {
color: #4b7bec;
}
.color-2 {
color: #80c8f4;
}
.color-3 {
color: #a8e4f0;
}
.color-4 {
color: #f4c63e;
}
.color-5 {
color: #f48e1a;
}

/* CSS Variables */
:root {
--color-1: #4b7bec;
--color-2: #80c8f4;
--color-3: #a8e4f0;
--color-4: #f4c63e;
--color-5: #f48e1a;
}

🌈 Blue Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7bec, #80c8f4, #a8e4f0, #f4c63e, #f48e1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7bec, #80c8f4, #a8e4f0, #f4c63e, #f48e1a);
}

Blue Horizon color palette created on .