Teal Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Ocean palette
Color Inspiration
Images that showcase this color palette in real designs
Download Teal Ocean Color Palette (PNG)
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);
}
Similar color palettes
Teal Ocean color palette created on .