Despair Color Palette
Discover the beautiful Despair color palette featuring blackcurrant (#3b2d3e), matterhorn (#4e3b4e), salt box (#745b7b), bouquet (#a57893) and blossom (#e1b7c4).
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 Despair palette
💻 Despair color palette CSS
/* CSS */
.color-1 {
color: #3b2d3e;
}
.color-2 {
color: #4e3b4e;
}
.color-3 {
color: #745b7b;
}
.color-4 {
color: #a57893;
}
.color-5 {
color: #e1b7c4;
}
/* CSS Variables */
:root {
--color-1: #3b2d3e;
--color-2: #4e3b4e;
--color-3: #745b7b;
--color-4: #a57893;
--color-5: #e1b7c4;
} 🌈 Despair background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2d3e, #4e3b4e, #745b7b, #a57893, #e1b7c4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2d3e, #4e3b4e, #745b7b, #a57893, #e1b7c4);
} 🔗 Explore similar color palettes
Despair color palette created on .