Cocoa Reverie Color Palette

Discover the beautiful Cocoa Reverie color palette featuring quincy (#5b3a29), ironstone (#794a39), coral tree (#a66b5e), akaroa (#d8bea6) and calico (#e4c39b).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Cocoa Reverie color palette CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #794a39;
}
.color-3 {
color: #a66b5e;
}
.color-4 {
color: #d8bea6;
}
.color-5 {
color: #e4c39b;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #794a39;
--color-3: #a66b5e;
--color-4: #d8bea6;
--color-5: #e4c39b;
}

🌈 Cocoa Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #794a39, #a66b5e, #d8bea6, #e4c39b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #794a39, #a66b5e, #d8bea6, #e4c39b);
}

Cocoa Reverie color palette created on .