Chocolate Pink Dreams Color Palette

Discover the beautiful Chocolate Pink Dreams color palette featuring rose fog (#e6b7c1), oriental pink (#c3988d), brandy rose (#b6897c), roman coffee (#7d5b4f) and woody brown (#402b2f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Chocolate, Earthy, Light, Modern, Pastel, Pink, Soft, Vintage 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 Chocolate Pink Dreams palette

Share this palette to:

💻 Chocolate Pink Dreams color palette CSS

/* CSS */
.color-1 {
color: #e6b7c1;
}
.color-2 {
color: #c3988d;
}
.color-3 {
color: #b6897c;
}
.color-4 {
color: #7d5b4f;
}
.color-5 {
color: #402b2f;
}

/* CSS Variables */
:root {
--color-1: #e6b7c1;
--color-2: #c3988d;
--color-3: #b6897c;
--color-4: #7d5b4f;
--color-5: #402b2f;
}

🌈 Chocolate Pink Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7c1, #c3988d, #b6897c, #7d5b4f, #402b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7c1, #c3988d, #b6897c, #7d5b4f, #402b2f);
}

Chocolate Pink Dreams color palette created on .