Teal Modern Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Modern palette

Share this palette to:

Teal Modern color palette CSS

/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #4d7a80;
}
.color-3 {
color: #68b19f;
}
.color-4 {
color: #a3d1c2;
}
.color-5 {
color: #e2f3e4;
}

/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #4d7a80;
--color-3: #68b19f;
--color-4: #a3d1c2;
--color-5: #e2f3e4;
}

Teal Modern background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #4d7a80, #68b19f, #a3d1c2, #e2f3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #4d7a80, #68b19f, #a3d1c2, #e2f3e4);
}

Teal Modern color palette created on .