ColorsPaletteTool

Premium

Luxury Stone Color Palette

Muted stone and metal tones for premium pages. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.

Primary

rgb(244, 241, 235)

Secondary

rgb(216, 206, 192)

Accent

rgb(168, 153, 133)

Deep

rgb(111, 98, 88)

Light

rgb(35, 34, 31)

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
#F4F1EB#D8CEC0#A89985#6F6258#23221F
Linear Gradient Preview

Preview of the gradient background generated from this palette.

Luxury Stone CSS

/* CSS */
.color-1 {
  color: #F4F1EB;
}
.color-2 {
  color: #D8CEC0;
}
.color-3 {
  color: #A89985;
}
.color-4 {
  color: #6F6258;
}
.color-5 {
  color: #23221F;
}

/* CSS Variables */
:root {
  --color-1: #F4F1EB;
  --color-2: #D8CEC0;
  --color-3: #A89985;
  --color-4: #6F6258;
  --color-5: #23221F;
}

Luxury Stone Linear Gradient CSS

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #F4F1EB, #D8CEC0, #A89985, #6F6258, #23221F);
}