Clay Color Palette

Discover the beautiful Clay color palette featuring copperfield (#d88e69), tumbleweed (#e1b07f), cashmere (#e7c7a2), raffia (#e9d1b4) and parchment (#f2e5d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Beige, Neutral, Warm, Soft, Tan, Autumn, Modern, Light 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 Clay palette

Share this palette to:

💻 Clay color palette CSS

/* CSS */
.color-1 {
color: #d88e69;
}
.color-2 {
color: #e1b07f;
}
.color-3 {
color: #e7c7a2;
}
.color-4 {
color: #e9d1b4;
}
.color-5 {
color: #f2e5d4;
}

/* CSS Variables */
:root {
--color-1: #d88e69;
--color-2: #e1b07f;
--color-3: #e7c7a2;
--color-4: #e9d1b4;
--color-5: #f2e5d4;
}

🌈 Clay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88e69, #e1b07f, #e7c7a2, #e9d1b4, #f2e5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88e69, #e1b07f, #e7c7a2, #e9d1b4, #f2e5d4);
}

Clay color palette created on .