漆 Color Palette

Discover the beautiful 漆 color palette featuring woody brown (#3e2a28), ferra (#6c4f4b), toast (#a4685b), cashmere (#e2b8a1) and linen (#f9e9d7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Brown, Earthy, Modern, Japanese, Soft, Neutral, Vintage 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 漆 palette

Share this palette to:

💻 漆 color palette CSS

/* CSS */
.color-1 {
color: #3e2a28;
}
.color-2 {
color: #6c4f4b;
}
.color-3 {
color: #a4685b;
}
.color-4 {
color: #e2b8a1;
}
.color-5 {
color: #f9e9d7;
}

/* CSS Variables */
:root {
--color-1: #3e2a28;
--color-2: #6c4f4b;
--color-3: #a4685b;
--color-4: #e2b8a1;
--color-5: #f9e9d7;
}

🌈 漆 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2a28, #6c4f4b, #a4685b, #e2b8a1, #f9e9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2a28, #6c4f4b, #a4685b, #e2b8a1, #f9e9d7);
}

color palette created on .