Cherry Chocolate Delight Color Palette

Discover the beautiful Cherry Chocolate Delight color palette featuring red berry (#8a0000), hot cinnamon (#d2691e), persimmon (#ff6347), pink (#ffb8c2) and scotch mist (#fff8db).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Brown, Pink, Red, 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 Cherry Chocolate Delight palette

Share this palette to:

💻 Cherry Chocolate Delight color palette CSS

/* CSS */
.color-1 {
color: #8a0000;
}
.color-2 {
color: #d2691e;
}
.color-3 {
color: #ff6347;
}
.color-4 {
color: #ffb8c2;
}
.color-5 {
color: #fff8db;
}

/* CSS Variables */
:root {
--color-1: #8a0000;
--color-2: #d2691e;
--color-3: #ff6347;
--color-4: #ffb8c2;
--color-5: #fff8db;
}

🌈 Cherry Chocolate Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a0000, #d2691e, #ff6347, #ffb8c2, #fff8db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a0000, #d2691e, #ff6347, #ffb8c2, #fff8db);
}

Cherry Chocolate Delight color palette created on .