Urban Sunset Color Palette
Discover the beautiful Urban Sunset color palette featuring silver chalice (#b0b0b0), ash (#c7c2b3), akaroa (#d9cbaf), gold sand (#e8b38d) and tonys pink (#e79c7e).
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 Sunset palette
💻 Urban Sunset color palette CSS
/* CSS */
.color-1 {
color: #b0b0b0;
}
.color-2 {
color: #c7c2b3;
}
.color-3 {
color: #d9cbaf;
}
.color-4 {
color: #e8b38d;
}
.color-5 {
color: #e79c7e;
}
/* CSS Variables */
:root {
--color-1: #b0b0b0;
--color-2: #c7c2b3;
--color-3: #d9cbaf;
--color-4: #e8b38d;
--color-5: #e79c7e;
}
🌈 Urban Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b0b0, #c7c2b3, #d9cbaf, #e8b38d, #e79c7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b0b0, #c7c2b3, #d9cbaf, #e8b38d, #e79c7e);
}
🔗 Explore similar color palettes
Urban Sunset color palette created on .