Urban Echoes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Echoes palette
Urban Echoes color palette CSS
/* CSS */
.color-1 {
color: #1b1316;
}
.color-2 {
color: #503a43;
}
.color-3 {
color: #8d6274;
}
.color-4 {
color: #bba0ae;
}
.color-5 {
color: #e8dee3;
}
/* CSS Variables */
:root {
--color-1: #1b1316;
--color-2: #503a43;
--color-3: #8d6274;
--color-4: #bba0ae;
--color-5: #e8dee3;
}
Urban Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1316, #503a43, #8d6274, #bba0ae, #e8dee3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1316, #503a43, #8d6274, #bba0ae, #e8dee3);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Urban Echoes color palette created on .