Garden Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Garden Serenade palette

Share this palette to:

Download Garden Serenade Color Palette (PNG)

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

Garden Serenade color palette CSS

/* CSS */
.color-1 {
color: #85ab5f;
}
.color-2 {
color: #a9cbab;
}
.color-3 {
color: #e0e6b7;
}
.color-4 {
color: #f6c1b6;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #85ab5f;
--color-2: #a9cbab;
--color-3: #e0e6b7;
--color-4: #f6c1b6;
--color-5: #eab8d1;
}

Garden Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85ab5f, #a9cbab, #e0e6b7, #f6c1b6, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85ab5f, #a9cbab, #e0e6b7, #f6c1b6, #eab8d1);
}

Garden Serenade color palette created on .