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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Sunset Over the Sierra color palette created on .