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: #1abc9c;
}
.color-2 {
color: #f39c12;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #3398db;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #f39c12;
--color-3: #e74d3c;
--color-4: #3398db;
--color-5: #9b58b6;
}

Vibrant Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #f39c12, #e74d3c, #3398db, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #f39c12, #e74d3c, #3398db, #9b58b6);
}

Vibrant Teal color palette created on .