Garden Fresh Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Garden Fresh palette

Share this palette to:

Garden Fresh color palette CSS

/* CSS */
.color-1 {
color: #47b384;
}
.color-2 {
color: #80c684;
}
.color-3 {
color: #c5dc6f;
}
.color-4 {
color: #fceb7e;
}
.color-5 {
color: #fba032;
}

/* CSS Variables */
:root {
--color-1: #47b384;
--color-2: #80c684;
--color-3: #c5dc6f;
--color-4: #fceb7e;
--color-5: #fba032;
}

Garden Fresh background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #47b384, #80c684, #c5dc6f, #fceb7e, #fba032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #47b384, #80c684, #c5dc6f, #fceb7e, #fba032);
}

Garden Fresh color palette created on .