Teal Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Shades palette
Color Inspiration
Images that showcase this color palette in real designs
Download Teal Shades Color Palette (PNG)
Teal Shades color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe79;
}
.color-3 {
color: #3d9e7b;
}
.color-4 {
color: #2a7b7e;
}
.color-5 {
color: #499b9c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe79;
--color-3: #3d9e7b;
--color-4: #2a7b7e;
--color-5: #499b9c;
}
Teal Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe79, #3d9e7b, #2a7b7e, #499b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe79, #3d9e7b, #2a7b7e, #499b9c);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Teal Shades color palette created on .