ColorsPaletteTool

Neutral

Minimal Editorial Color Palette

Soft paper tones with crisp ink contrast. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.

Primary

rgb(247, 246, 243)

Secondary

rgb(232, 226, 217)

Accent

rgb(186, 175, 161)

Deep

rgb(76, 71, 66)

Light

rgb(23, 23, 23)

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
#F7F6F3#E8E2D9#BAAFA1#4C4742#171717
Linear Gradient Preview

Preview of the gradient background generated from this palette.

Minimal Editorial CSS

/* CSS */
.color-1 {
  color: #F7F6F3;
}
.color-2 {
  color: #E8E2D9;
}
.color-3 {
  color: #BAAFA1;
}
.color-4 {
  color: #4C4742;
}
.color-5 {
  color: #171717;
}

/* CSS Variables */
:root {
  --color-1: #F7F6F3;
  --color-2: #E8E2D9;
  --color-3: #BAAFA1;
  --color-4: #4C4742;
  --color-5: #171717;
}

Minimal Editorial Linear Gradient CSS

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #F7F6F3, #E8E2D9, #BAAFA1, #4C4742, #171717);
}