Savanna Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Savanna Sunset palette

Share this palette to:

Savanna Sunset color palette CSS

/* CSS */
.color-1 {
color: #e65e2d;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #e65e2d;
--color-2: #f0a400;
--color-3: #f5c400;
--color-4: #ffb84d;
--color-5: #ff6d1f;
}

Savanna Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e65e2d, #f0a400, #f5c400, #ffb84d, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e65e2d, #f0a400, #f5c400, #ffb84d, #ff6d1f);
}

Savanna Sunset color palette created on .