Cocoa Dreamscape Color Palette

Discover the beautiful Cocoa Dreamscape color palette featuring tobacco brown (#6f4c3e), cameo (#d8b59d), parchment (#f2e1d4), indian khaki (#c2b180) and sazerac (#fff5e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Cream, Soft, 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 Dreamscape palette

Share this palette to:

💻 Cocoa Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #d8b59d;
}
.color-3 {
color: #f2e1d4;
}
.color-4 {
color: #c2b180;
}
.color-5 {
color: #fff5e0;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #d8b59d;
--color-3: #f2e1d4;
--color-4: #c2b180;
--color-5: #fff5e0;
}

🌈 Cocoa Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #d8b59d, #f2e1d4, #c2b180, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #d8b59d, #f2e1d4, #c2b180, #fff5e0);
}

Cocoa Dreamscape color palette created on .