Bright Horizon Color Palette
Discover the beautiful Bright Horizon color palette featuring havelock blue (#4b91e2), aquamarine blue (#78c1e2), ecru white (#f7f8ed), energy yellow (#f9d44e) and flamingo (#f25d2c).
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 Bright Horizon palette
💻 Bright Horizon color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #78c1e2;
}
.color-3 {
color: #f7f8ed;
}
.color-4 {
color: #f9d44e;
}
.color-5 {
color: #f25d2c;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #78c1e2;
--color-3: #f7f8ed;
--color-4: #f9d44e;
--color-5: #f25d2c;
} 🌈 Bright Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #78c1e2, #f7f8ed, #f9d44e, #f25d2c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #78c1e2, #f7f8ed, #f9d44e, #f25d2c);
} 🔗 Explore similar color palettes
Bright Horizon color palette created on .