Shades of Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Teal palette

Share this palette to:

Shades of Teal color palette CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e9af;
}
.color-3 {
color: #b5e3d7;
}
.color-4 {
color: #7d9b91;
}
.color-5 {
color: #3a4b49;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e9af;
--color-3: #b5e3d7;
--color-4: #7d9b91;
--color-5: #3a4b49;
}

Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e9af, #b5e3d7, #7d9b91, #3a4b49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e9af, #b5e3d7, #7d9b91, #3a4b49);
}

Shades of Teal color palette created on .