Urban Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Teal palette

Share this palette to:

Urban Teal color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #d5a86d;
}
.color-3 {
color: #4ccdc4;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #292c33;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #d5a86d;
--color-3: #4ccdc4;
--color-4: #f1c40e;
--color-5: #292c33;
}

Urban Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #d5a86d, #4ccdc4, #f1c40e, #292c33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #d5a86d, #4ccdc4, #f1c40e, #292c33);
}

Urban Teal color palette created on .