Vibrant Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Teal palette
Vibrant Teal color palette CSS
/* CSS */
.color-1 {
color: #1f8a8e;
}
.color-2 {
color: #fbbd23;
}
.color-3 {
color: #f68a1e;
}
.color-4 {
color: #f05751;
}
.color-5 {
color: #b93c3c;
}
/* CSS Variables */
:root {
--color-1: #1f8a8e;
--color-2: #fbbd23;
--color-3: #f68a1e;
--color-4: #f05751;
--color-5: #b93c3c;
}
Vibrant Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8a8e, #fbbd23, #f68a1e, #f05751, #b93c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8a8e, #fbbd23, #f68a1e, #f05751, #b93c3c);
}
Similar color palettes
Scroll down to explore 900 Aesthetic color palettes
Vibrant Teal color palette created on .