Bengala Warmth Color Palette
Discover the beautiful Bengala Warmth color palette featuring mojo (#c84f3c), whiskey (#d3a35f), putty (#e5c78b), wheat (#f4e1b8) and manhattan (#f6c2a2).
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 Bengala Warmth palette
💻 Bengala Warmth color palette CSS
/* CSS */
.color-1 {
color: #c84f3c;
}
.color-2 {
color: #d3a35f;
}
.color-3 {
color: #e5c78b;
}
.color-4 {
color: #f4e1b8;
}
.color-5 {
color: #f6c2a2;
}
/* CSS Variables */
:root {
--color-1: #c84f3c;
--color-2: #d3a35f;
--color-3: #e5c78b;
--color-4: #f4e1b8;
--color-5: #f6c2a2;
}
🌈 Bengala Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84f3c, #d3a35f, #e5c78b, #f4e1b8, #f6c2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84f3c, #d3a35f, #e5c78b, #f4e1b8, #f6c2a2);
}
🔗 Explore similar color palettes
Bengala Warmth color palette created on .