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: #e63e14;
}
.color-2 {
color: #f17e3b;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e2f2b5;
}
.color-5 {
color: #69d3a7;
}

/* CSS Variables */
:root {
--color-1: #e63e14;
--color-2: #f17e3b;
--color-3: #f1c84b;
--color-4: #e2f2b5;
--color-5: #69d3a7;
}

Sunset Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e63e14, #f17e3b, #f1c84b, #e2f2b5, #69d3a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e63e14, #f17e3b, #f1c84b, #e2f2b5, #69d3a7);
}

Sunset Garden color palette created on .