Innovative Horizon Color Palette

Discover the beautiful Innovative Horizon color palette featuring downriver (#0c1e50), persian green (#00a39b), kimberly (#8c7ca2), ronchi (#f0c647) and concrete (#f2f2f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Purple, Gold, Bright, Warm Lavender 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 Innovative Horizon palette

Share this palette to:

💻 Innovative Horizon color palette CSS

/* CSS */
.color-1 {
color: #0c1e50;
}
.color-2 {
color: #00a39b;
}
.color-3 {
color: #8c7ca2;
}
.color-4 {
color: #f0c647;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #0c1e50;
--color-2: #00a39b;
--color-3: #8c7ca2;
--color-4: #f0c647;
--color-5: #f2f2f2;
}

🌈 Innovative Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c1e50, #00a39b, #8c7ca2, #f0c647, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c1e50, #00a39b, #8c7ca2, #f0c647, #f2f2f2);
}

Innovative Horizon color palette created on .