Garden Fresh Greens Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Garden Fresh Greens palette

Share this palette to:

Garden Fresh Greens color palette CSS

/* CSS */
.color-1 {
color: #b8e2b1;
}
.color-2 {
color: #a2d7a5;
}
.color-3 {
color: #86ca9f;
}
.color-4 {
color: #68bba3;
}
.color-5 {
color: #50b9a2;
}

/* CSS Variables */
:root {
--color-1: #b8e2b1;
--color-2: #a2d7a5;
--color-3: #86ca9f;
--color-4: #68bba3;
--color-5: #50b9a2;
}

Garden Fresh Greens background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8e2b1, #a2d7a5, #86ca9f, #68bba3, #50b9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8e2b1, #a2d7a5, #86ca9f, #68bba3, #50b9a2);
}

Garden Fresh Greens color palette created on .