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: #ff6d2e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #e8c468;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #e8c468;
--color-5: #f4a462;
}

Savanna Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffb84d, #ffd54d, #e8c468, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffb84d, #ffd54d, #e8c468, #f4a462);
}

Savanna Sunset color palette created on .