Farmhouse Chic Color Palette

Discover the beautiful Farmhouse Chic color palette featuring sidecar (#f4e2c3), vanilla (#d1b49e), pharlap (#a68a7d), roman coffee (#7a5b4d) and taupe (#4c3e34).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Brown, Tan, Warm, Earthy, Rustic, Teak, Neutral color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Farmhouse Chic palette

Share this palette to:

💻 Farmhouse Chic color palette CSS

/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #d1b49e;
}
.color-3 {
color: #a68a7d;
}
.color-4 {
color: #7a5b4d;
}
.color-5 {
color: #4c3e34;
}

/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #d1b49e;
--color-3: #a68a7d;
--color-4: #7a5b4d;
--color-5: #4c3e34;
}

🌈 Farmhouse Chic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #d1b49e, #a68a7d, #7a5b4d, #4c3e34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #d1b49e, #a68a7d, #7a5b4d, #4c3e34);
}

Farmhouse Chic color palette created on .