Teal Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Harmony palette

Share this palette to:

Teal Harmony color palette CSS

/* CSS */
.color-1 {
color: #5e9c8d;
}
.color-2 {
color: #a7d7c2;
}
.color-3 {
color: #f2e6d4;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #e76c50;
}

/* CSS Variables */
:root {
--color-1: #5e9c8d;
--color-2: #a7d7c2;
--color-3: #f2e6d4;
--color-4: #ffb84d;
--color-5: #e76c50;
}

Teal Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e9c8d, #a7d7c2, #f2e6d4, #ffb84d, #e76c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e9c8d, #a7d7c2, #f2e6d4, #ffb84d, #e76c50);
}

Teal Harmony color palette created on .