Urban Sunset Color Palette
Discover the beautiful Urban Sunset color palette featuring manhattan (#f5c899), sea buckthorn (#fbad37), ecstasy (#f77a22), valencia (#d63f2e) and mexican red (#a61c3a).
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: #f5c899;
}
.color-2 {
color: #fbad37;
}
.color-3 {
color: #f77a22;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #a61c3a;
}
/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #fbad37;
--color-3: #f77a22;
--color-4: #d63f2e;
--color-5: #a61c3a;
}
๐ Urban Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #fbad37, #f77a22, #d63f2e, #a61c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #fbad37, #f77a22, #d63f2e, #a61c3a);
}
๐ Explore similar color palettes
Urban Sunset color palette created on .