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: #f6b531;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #e67e5c;
}
.color-5 {
color: #9fc4e0;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #d6006f;
--color-3: #a7d7b8;
--color-4: #e67e5c;
--color-5: #9fc4e0;
}

Sunset Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #d6006f, #a7d7b8, #e67e5c, #9fc4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #d6006f, #a7d7b8, #e67e5c, #9fc4e0);
}

Sunset Garden color palette created on .