Teal Ocean Color Palette
Discover the beautiful Teal Ocean color palette featuring aquamarine blue (#85d2e0), pelorous (#46b7c3), boston blue (#399dac), lochinvar (#2a808d) and elm (#1c7078).
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: #85d2e0;
}
.color-2 {
color: #46b7c3;
}
.color-3 {
color: #399dac;
}
.color-4 {
color: #2a808d;
}
.color-5 {
color: #1c7078;
}
/* CSS Variables */
:root {
--color-1: #85d2e0;
--color-2: #46b7c3;
--color-3: #399dac;
--color-4: #2a808d;
--color-5: #1c7078;
}
🌈 Teal Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85d2e0, #46b7c3, #399dac, #2a808d, #1c7078);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85d2e0, #46b7c3, #399dac, #2a808d, #1c7078);
}
🔗 Explore similar color palettes
Teal Ocean color palette created on .