Emerald Urbanism Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Urbanism palette

Share this palette to:

Emerald Urbanism color palette CSS

/* CSS */
.color-1 {
color: #6fd8b8;
}
.color-2 {
color: #4bb9a1;
}
.color-3 {
color: #34a293;
}
.color-4 {
color: #1f8e7f;
}
.color-5 {
color: #0e7c6b;
}

/* CSS Variables */
:root {
--color-1: #6fd8b8;
--color-2: #4bb9a1;
--color-3: #34a293;
--color-4: #1f8e7f;
--color-5: #0e7c6b;
}

Emerald Urbanism background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fd8b8, #4bb9a1, #34a293, #1f8e7f, #0e7c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fd8b8, #4bb9a1, #34a293, #1f8e7f, #0e7c6b);
}

Emerald Urbanism color palette created on .