Vibrant Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Teal palette

Share this palette to:

Vibrant Teal color palette CSS

/* CSS */
.color-1 {
color: #5abfbd;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #eab543;
}
.color-4 {
color: #f8a2a0;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #5abfbd;
--color-2: #f6d55a;
--color-3: #eab543;
--color-4: #f8a2a0;
--color-5: #ff6e61;
}

Vibrant Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abfbd, #f6d55a, #eab543, #f8a2a0, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abfbd, #f6d55a, #eab543, #f8a2a0, #ff6e61);
}

Vibrant Teal color palette created on .