Red Earth Color Palette
Discover the beautiful Red Earth color palette featuring aubergine (#330b0a), van cleef (#45190d), jambalaya (#5a2811), espresso (#5f2e1b) and wine berry (#622228).
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 Red Earth palette
💻 Red Earth color palette CSS
/* CSS */
.color-1 {
color: #330b0a;
}
.color-2 {
color: #45190d;
}
.color-3 {
color: #5a2811;
}
.color-4 {
color: #5f2e1b;
}
.color-5 {
color: #622228;
}
/* CSS Variables */
:root {
--color-1: #330b0a;
--color-2: #45190d;
--color-3: #5a2811;
--color-4: #5f2e1b;
--color-5: #622228;
} 🌈 Red Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #330b0a, #45190d, #5a2811, #5f2e1b, #622228);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #330b0a, #45190d, #5a2811, #5f2e1b, #622228);
} 🔗 Explore similar color palettes
Red Earth color palette created on .