Mocha Delight Color Palette
Discover the beautiful Mocha Delight color palette featuring quincy (#5b3a29), santa fe (#ad785c), cashmere (#e2b7a1), parchment (#f3e5d8) and whiskey (#d19b6b).
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 Mocha Delight palette
💻 Mocha Delight color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #ad785c;
}
.color-3 {
color: #e2b7a1;
}
.color-4 {
color: #f3e5d8;
}
.color-5 {
color: #d19b6b;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #ad785c;
--color-3: #e2b7a1;
--color-4: #f3e5d8;
--color-5: #d19b6b;
} 🌈 Mocha Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #ad785c, #e2b7a1, #f3e5d8, #d19b6b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #ad785c, #e2b7a1, #f3e5d8, #d19b6b);
} 🔗 Explore similar color palettes
Mocha Delight color palette created on .