Urban Echoes Color Palette
Discover the beautiful Urban Echoes color palette featuring cocoa brown (#1b1316), matterhorn (#513b44), falcon (#8c6273), lily (#bb9fae) and lola (#e9dfe4).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Urban Echoes palette
💻 Urban Echoes color palette CSS
/* CSS */
.color-1 {
color: #1b1316;
}
.color-2 {
color: #513b44;
}
.color-3 {
color: #8c6273;
}
.color-4 {
color: #bb9fae;
}
.color-5 {
color: #e9dfe4;
}
/* CSS Variables */
:root {
--color-1: #1b1316;
--color-2: #513b44;
--color-3: #8c6273;
--color-4: #bb9fae;
--color-5: #e9dfe4;
} 🌈 Urban Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1316, #513b44, #8c6273, #bb9fae, #e9dfe4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1316, #513b44, #8c6273, #bb9fae, #e9dfe4);
} 🔗 Explore similar color palettes
Urban Echoes color palette created on .