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: #008f75;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #d7333e;
}

/* CSS Variables */
:root {
--color-1: #008f75;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #4b91e2;
--color-5: #d7333e;
}

Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008f75, #ff6d1f, #ffb300, #4b91e2, #d7333e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008f75, #ff6d1f, #ffb300, #4b91e2, #d7333e);
}

Shades of Teal color palette created on .