Sunset Over the Sierra Color Palette

Discover the beautiful Sunset Over the Sierra color palette featuring energy yellow (#f9d94e), saffron (#f6b83c), jaffa (#f68f41), cinnabar (#e5492a) and valencia (#d53e2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Gold, Summer, Sunset 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 Sunset Over the Sierra palette

Share this palette to:

๐Ÿ’ป Sunset Over the Sierra color palette CSS

/* CSS */
.color-1 {
color: #f9d94e;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f68f41;
}
.color-4 {
color: #e5492a;
}
.color-5 {
color: #d53e2a;
}

/* CSS Variables */
:root {
--color-1: #f9d94e;
--color-2: #f6b83c;
--color-3: #f68f41;
--color-4: #e5492a;
--color-5: #d53e2a;
}

๐ŸŒˆ Sunset Over the Sierra background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d94e, #f6b83c, #f68f41, #e5492a, #d53e2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d94e, #f6b83c, #f68f41, #e5492a, #d53e2a);
}

Sunset Over the Sierra color palette created on .