Teal City Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal City palette

Share this palette to:

Teal City color palette CSS

/* CSS */
.color-1 {
color: #1e7b99;
}
.color-2 {
color: #4eb1ab;
}
.color-3 {
color: #85d1b6;
}
.color-4 {
color: #f1e4a2;
}
.color-5 {
color: #d63d3d;
}

/* CSS Variables */
:root {
--color-1: #1e7b99;
--color-2: #4eb1ab;
--color-3: #85d1b6;
--color-4: #f1e4a2;
--color-5: #d63d3d;
}

Teal City background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7b99, #4eb1ab, #85d1b6, #f1e4a2, #d63d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7b99, #4eb1ab, #85d1b6, #f1e4a2, #d63d3d);
}

Teal City color palette created on .