Chocolate Crunch Delight Color Palette

Discover the beautiful Chocolate Crunch Delight color palette featuring mojo (#c05939), di serria (#d7a85b), cashmere (#e3b8a0), medium carmine (#a43b2d) and saddle (#4a2b21).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Brown, Fun, Red 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 Crunch Delight palette

Share this palette to:

๐Ÿ’ป Chocolate Crunch Delight color palette CSS

/* CSS */
.color-1 {
color: #c05939;
}
.color-2 {
color: #d7a85b;
}
.color-3 {
color: #e3b8a0;
}
.color-4 {
color: #a43b2d;
}
.color-5 {
color: #4a2b21;
}

/* CSS Variables */
:root {
--color-1: #c05939;
--color-2: #d7a85b;
--color-3: #e3b8a0;
--color-4: #a43b2d;
--color-5: #4a2b21;
}

๐ŸŒˆ Chocolate Crunch Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c05939, #d7a85b, #e3b8a0, #a43b2d, #4a2b21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c05939, #d7a85b, #e3b8a0, #a43b2d, #4a2b21);
}

Chocolate Crunch Delight color palette created on .