Brutalism Color Palette
Discover the beautiful Brutalism color palette featuring dune (#2d2924), spicy mix (#895b3e), cameo (#d7bfa2), spring wood (#f1f0e4) and burnt sienna (#ea6e53).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark, Earthy, Modern, Minimalist, Neutral, Brown, Beige, Orange 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 Brutalism palette
💻 Brutalism color palette CSS
/* CSS */
.color-1 {
color: #2d2924;
}
.color-2 {
color: #895b3e;
}
.color-3 {
color: #d7bfa2;
}
.color-4 {
color: #f1f0e4;
}
.color-5 {
color: #ea6e53;
}
/* CSS Variables */
:root {
--color-1: #2d2924;
--color-2: #895b3e;
--color-3: #d7bfa2;
--color-4: #f1f0e4;
--color-5: #ea6e53;
}
🌈 Brutalism background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2924, #895b3e, #d7bfa2, #f1f0e4, #ea6e53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2924, #895b3e, #d7bfa2, #f1f0e4, #ea6e53);
}
🔗 Explore similar color palettes
Brutalism color palette created on .