Blue Eyes Color Palette
Discover the beautiful Blue Eyes color palette featuring havelock blue (#6a9cdc), steel blue (#4f7cba), east bay (#3e5b89), beauty bush (#eab8c9) and cranberry (#d65c8d).
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 Eyes palette
💻 Blue Eyes color palette CSS
/* CSS */
.color-1 {
color: #6a9cdc;
}
.color-2 {
color: #4f7cba;
}
.color-3 {
color: #3e5b89;
}
.color-4 {
color: #eab8c9;
}
.color-5 {
color: #d65c8d;
}
/* CSS Variables */
:root {
--color-1: #6a9cdc;
--color-2: #4f7cba;
--color-3: #3e5b89;
--color-4: #eab8c9;
--color-5: #d65c8d;
}
🌈 Blue Eyes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9cdc, #4f7cba, #3e5b89, #eab8c9, #d65c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9cdc, #4f7cba, #3e5b89, #eab8c9, #d65c8d);
}
🔗 Explore similar color palettes
Blue Eyes color palette created on .