Sunset Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Garden palette

Share this palette to:

Sunset Garden color palette CSS

/* CSS */
.color-1 {
color: #e8422c;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #44b0d5;
}

/* CSS Variables */
:root {
--color-1: #e8422c;
--color-2: #f47b1f;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #44b0d5;
}

Sunset Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8422c, #f47b1f, #f9c54e, #91be6f, #44b0d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8422c, #f47b1f, #f9c54e, #91be6f, #44b0d5);
}

Sunset Garden color palette created on .