Cocoa Comfort Color Palette

Discover the beautiful Cocoa Comfort color palette featuring bone (#e0c6b2), thatch (#b49a8d), coral tree (#a5766f), copper rust (#8c4a4b) and cowboy (#502b2b).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Cocoa Comfort color palette CSS

/* CSS */
.color-1 {
color: #e0c6b2;
}
.color-2 {
color: #b49a8d;
}
.color-3 {
color: #a5766f;
}
.color-4 {
color: #8c4a4b;
}
.color-5 {
color: #502b2b;
}

/* CSS Variables */
:root {
--color-1: #e0c6b2;
--color-2: #b49a8d;
--color-3: #a5766f;
--color-4: #8c4a4b;
--color-5: #502b2b;
}

🌈 Cocoa Comfort background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c6b2, #b49a8d, #a5766f, #8c4a4b, #502b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c6b2, #b49a8d, #a5766f, #8c4a4b, #502b2b);
}

Cocoa Comfort color palette created on .