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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Gold, Bright, Spring, Summer color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Golden Hour in the City color palette created on .