Brown Cocoa Color Palette

Discover the beautiful Brown Cocoa color palette featuring ironstone (#794d39), brandy rose (#b9907e), clam shell (#d7c0b2), janna (#f3e6d3) and sazerac (#fff3e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Warm, Brown, Beige, 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 Brown Cocoa palette

Share this palette to:

💻 Brown Cocoa color palette CSS

/* CSS */
.color-1 {
color: #794d39;
}
.color-2 {
color: #b9907e;
}
.color-3 {
color: #d7c0b2;
}
.color-4 {
color: #f3e6d3;
}
.color-5 {
color: #fff3e0;
}

/* CSS Variables */
:root {
--color-1: #794d39;
--color-2: #b9907e;
--color-3: #d7c0b2;
--color-4: #f3e6d3;
--color-5: #fff3e0;
}

🌈 Brown Cocoa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794d39, #b9907e, #d7c0b2, #f3e6d3, #fff3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794d39, #b9907e, #d7c0b2, #f3e6d3, #fff3e0);
}

Brown Cocoa color palette created on .