Choco Pie Color Palette

Discover the beautiful Choco Pie color palette featuring brandy punch (#c87a2d), di serria (#d8a15a), mandys pink (#f1c2a2), coral reef (#c3b29d) and tobacco brown (#6f4c3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Chocolate, Desert, Earthy, 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 Choco Pie palette

Share this palette to:

💻 Choco Pie color palette CSS

/* CSS */
.color-1 {
color: #c87a2d;
}
.color-2 {
color: #d8a15a;
}
.color-3 {
color: #f1c2a2;
}
.color-4 {
color: #c3b29d;
}
.color-5 {
color: #6f4c3e;
}

/* CSS Variables */
:root {
--color-1: #c87a2d;
--color-2: #d8a15a;
--color-3: #f1c2a2;
--color-4: #c3b29d;
--color-5: #6f4c3e;
}

🌈 Choco Pie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c87a2d, #d8a15a, #f1c2a2, #c3b29d, #6f4c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c87a2d, #d8a15a, #f1c2a2, #c3b29d, #6f4c3e);
}

Choco Pie color palette created on .