Golden Hour in the City Color Palette
Discover the beautiful Golden Hour in the City color palette featuring manhattan (#f5c899), casablanca (#f6b55a), web orange (#f5a300), mango tango (#d67d00) and brown (#8a5c00).
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 Golden Hour in the City palette
๐ป Golden Hour in the City color palette CSS
/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f6b55a;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #d67d00;
}
.color-5 {
color: #8a5c00;
}
/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f6b55a;
--color-3: #f5a300;
--color-4: #d67d00;
--color-5: #8a5c00;
}
๐ Golden Hour in the City background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f6b55a, #f5a300, #d67d00, #8a5c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f6b55a, #f5a300, #d67d00, #8a5c00);
}
๐ Explore similar color palettes
Golden Hour in the City color palette created on .