Teal Ocean Color Palette
Discover the beautiful Teal Ocean color palette featuring fountain blue (#4eb9c1), keppel (#3e9fa3), lochinvar (#2a8c8d), elm (#1f7a78) and genoa (#1a6b69).
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 Teal Ocean palette
💻 Teal Ocean color palette CSS
/* CSS */
.color-1 {
color: #4eb9c1;
}
.color-2 {
color: #3e9fa3;
}
.color-3 {
color: #2a8c8d;
}
.color-4 {
color: #1f7a78;
}
.color-5 {
color: #1a6b69;
}
/* CSS Variables */
:root {
--color-1: #4eb9c1;
--color-2: #3e9fa3;
--color-3: #2a8c8d;
--color-4: #1f7a78;
--color-5: #1a6b69;
}
🌈 Teal Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4eb9c1, #3e9fa3, #2a8c8d, #1f7a78, #1a6b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4eb9c1, #3e9fa3, #2a8c8d, #1f7a78, #1a6b69);
}
🔗 Explore similar color palettes
Teal Ocean color palette created on .