Blue Horizon Color Palette
Discover the beautiful Blue Horizon color palette featuring havelock blue (#4aa0d9), viking (#5bc4e1), riptide (#90e9d4), ronchi (#f1c84b) and crusta (#f67d31).
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: #4aa0d9;
}
.color-2 {
color: #5bc4e1;
}
.color-3 {
color: #90e9d4;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f67d31;
}
/* CSS Variables */
:root {
--color-1: #4aa0d9;
--color-2: #5bc4e1;
--color-3: #90e9d4;
--color-4: #f1c84b;
--color-5: #f67d31;
}
🌈 Blue Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4aa0d9, #5bc4e1, #90e9d4, #f1c84b, #f67d31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4aa0d9, #5bc4e1, #90e9d4, #f1c84b, #f67d31);
}
🔗 Explore similar color palettes
Blue Horizon color palette created on .