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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Chocolate Crunch Delight color palette created on .