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 PNG image

Download sunset garden color palette PNG image (landscape)
Download sunset garden color palette PNG image (square)

Sunset Garden color palette CSS

/* CSS */
.color-1 {
color: #f6e86f;
}
.color-2 {
color: #a2c8a7;
}
.color-3 {
color: #9f7cb6;
}
.color-4 {
color: #7c4c9a;
}
.color-5 {
color: #3f2b6e;
}

/* CSS Variables */
:root {
--color-1: #f6e86f;
--color-2: #a2c8a7;
--color-3: #9f7cb6;
--color-4: #7c4c9a;
--color-5: #3f2b6e;
}

Sunset Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e86f, #a2c8a7, #9f7cb6, #7c4c9a, #3f2b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e86f, #a2c8a7, #9f7cb6, #7c4c9a, #3f2b6e);
}

Sunset Garden color palette created on .