Sunset Over the Sierra Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Over the Sierra palette

Share this palette to:

Sunset Over the Sierra color palette PNG image

Download sunset over the sierra color palette PNG image (landscape)
Download sunset over the sierra color palette PNG image (square)

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 .