Secret Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Secret Garden palette

Share this palette to:

Secret Garden color palette PNG image

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

Secret Garden color palette CSS

/* CSS */
.color-1 {
color: #a2d9a1;
}
.color-2 {
color: #b7e6c1;
}
.color-3 {
color: #f6e2a7;
}
.color-4 {
color: #f2b1b4;
}
.color-5 {
color: #c57c9e;
}

/* CSS Variables */
:root {
--color-1: #a2d9a1;
--color-2: #b7e6c1;
--color-3: #f6e2a7;
--color-4: #f2b1b4;
--color-5: #c57c9e;
}

Secret Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d9a1, #b7e6c1, #f6e2a7, #f2b1b4, #c57c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d9a1, #b7e6c1, #f6e2a7, #f2b1b4, #c57c9e);
}

Secret Garden color palette created on .