Blue Horizon Color Palette
Discover the beautiful Blue Horizon color palette featuring cornflower blue (#68b3e8), shakespeare (#4f9ccf), casal (#2f5d75), petite orchid (#d7a58e) and antique brass (#c58a6d).
Brightness
Saturation
Warmth
💡 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
💻 Blue Horizon color palette CSS
/* CSS */
.color-1 {
color: #68b3e8;
}
.color-2 {
color: #4f9ccf;
}
.color-3 {
color: #2f5d75;
}
.color-4 {
color: #d7a58e;
}
.color-5 {
color: #c58a6d;
}
/* CSS Variables */
:root {
--color-1: #68b3e8;
--color-2: #4f9ccf;
--color-3: #2f5d75;
--color-4: #d7a58e;
--color-5: #c58a6d;
} 🌈 Blue Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #68b3e8, #4f9ccf, #2f5d75, #d7a58e, #c58a6d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #68b3e8, #4f9ccf, #2f5d75, #d7a58e, #c58a6d);
} 🔗 Explore similar color palettes
Blue Horizon color palette created on .