Marfa Color Palette

Discover the beautiful Marfa color palette featuring pavlova (#d7c3a2), cashmere (#e6b798), sandy brown (#f1a76f), contessa (#c4735a) and matrix (#b45b4b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Apricot, Peach, Orange, Red, Earthy, Warm, Sunset, Desert, Soft 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 Marfa palette

Share this palette to:

💻 Marfa color palette CSS

/* CSS */
.color-1 {
color: #d7c3a2;
}
.color-2 {
color: #e6b798;
}
.color-3 {
color: #f1a76f;
}
.color-4 {
color: #c4735a;
}
.color-5 {
color: #b45b4b;
}

/* CSS Variables */
:root {
--color-1: #d7c3a2;
--color-2: #e6b798;
--color-3: #f1a76f;
--color-4: #c4735a;
--color-5: #b45b4b;
}

🌈 Marfa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c3a2, #e6b798, #f1a76f, #c4735a, #b45b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c3a2, #e6b798, #f1a76f, #c4735a, #b45b4b);
}

Marfa color palette created on .