Vintage Red Earth Color Palette
Discover the beautiful Vintage Red Earth color palette featuring old brick (#901d1d), chestnut (#b54545), my pink (#d68a8a), mandys pink (#f5c7c7) and cinderella (#fde7e7).
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 Vintage Red Earth palette
💻 Vintage Red Earth color palette CSS
/* CSS */
.color-1 {
color: #901d1d;
}
.color-2 {
color: #b54545;
}
.color-3 {
color: #d68a8a;
}
.color-4 {
color: #f5c7c7;
}
.color-5 {
color: #fde7e7;
}
/* CSS Variables */
:root {
--color-1: #901d1d;
--color-2: #b54545;
--color-3: #d68a8a;
--color-4: #f5c7c7;
--color-5: #fde7e7;
} 🌈 Vintage Red Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #901d1d, #b54545, #d68a8a, #f5c7c7, #fde7e7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #901d1d, #b54545, #d68a8a, #f5c7c7, #fde7e7);
} 🔗 Explore similar color palettes
Vintage Red Earth color palette created on .