ColorsPaletteTool

Commerce

Garden Market Color Palette

Natural produce colors with grounded contrast. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.

Primary

rgb(250, 247, 239)

Secondary

rgb(222, 229, 184)

Accent

rgb(173, 192, 119)

Deep

rgb(107, 88, 76)

Light

rgb(46, 61, 46)

Adjust palette

Tune the full palette while keeping individual color choices editable.

Export for design and code

Download a palette image or copy CSS generated from the current adjusted colors.

Palette PNG Preview
#FAF7EF#DEE5B8#ADC077#6B584C#2E3D2E
Linear Gradient Preview

Preview of the gradient background generated from this palette.

Garden Market CSS

/* CSS */
.color-1 {
  color: #FAF7EF;
}
.color-2 {
  color: #DEE5B8;
}
.color-3 {
  color: #ADC077;
}
.color-4 {
  color: #6B584C;
}
.color-5 {
  color: #2E3D2E;
}

/* CSS Variables */
:root {
  --color-1: #FAF7EF;
  --color-2: #DEE5B8;
  --color-3: #ADC077;
  --color-4: #6B584C;
  --color-5: #2E3D2E;
}

Garden Market Linear Gradient CSS

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #FAF7EF, #DEE5B8, #ADC077, #6B584C, #2E3D2E);
}