Rich Cocoa Color Palette

Discover the beautiful Rich Cocoa color palette featuring quincy (#5b3a29), roman coffee (#7a5b4d), coral tree (#a77a6c), tan (#d0a68a) and just right (#e9c5b4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Skin, Warm, Neutral, Soft, Vibrant, Autumn 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 Rich Cocoa palette

Share this palette to:

💻 Rich Cocoa color palette CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #7a5b4d;
}
.color-3 {
color: #a77a6c;
}
.color-4 {
color: #d0a68a;
}
.color-5 {
color: #e9c5b4;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #7a5b4d;
--color-3: #a77a6c;
--color-4: #d0a68a;
--color-5: #e9c5b4;
}

🌈 Rich Cocoa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #7a5b4d, #a77a6c, #d0a68a, #e9c5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #7a5b4d, #a77a6c, #d0a68a, #e9c5b4);
}

Rich Cocoa color palette created on .