Eye Color Palette
Discover the beautiful Eye color palette featuring biscay (#1a3e6b), steel blue (#4c8dc2), aquamarine blue (#78cae2), new orleans (#f3e09b) and tacao (#f3a67c).
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 Eye palette
💻 Eye color palette CSS
/* CSS */
.color-1 {
color: #1a3e6b;
}
.color-2 {
color: #4c8dc2;
}
.color-3 {
color: #78cae2;
}
.color-4 {
color: #f3e09b;
}
.color-5 {
color: #f3a67c;
}
/* CSS Variables */
:root {
--color-1: #1a3e6b;
--color-2: #4c8dc2;
--color-3: #78cae2;
--color-4: #f3e09b;
--color-5: #f3a67c;
}
🌈 Eye background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3e6b, #4c8dc2, #78cae2, #f3e09b, #f3a67c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3e6b, #4c8dc2, #78cae2, #f3e09b, #f3a67c);
}
🔗 Explore similar color palettes
Eye color palette created on .