Secret Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Secret Garden palette
Secret Garden color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Secret Garden color palette created on .