Rustic Red Color Palette
Discover the beautiful Rustic Red color palette featuring kabul (#5d403c), fuzzy wuzzy brown (#c64e4e), porsche (#ebab56), chalky (#f0d4a3) and parchment (#f2e0d4).
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 Rustic Red palette
💻 Rustic Red color palette CSS
/* CSS */
.color-1 {
color: #5d403c;
}
.color-2 {
color: #c64e4e;
}
.color-3 {
color: #ebab56;
}
.color-4 {
color: #f0d4a3;
}
.color-5 {
color: #f2e0d4;
}
/* CSS Variables */
:root {
--color-1: #5d403c;
--color-2: #c64e4e;
--color-3: #ebab56;
--color-4: #f0d4a3;
--color-5: #f2e0d4;
}
🌈 Rustic Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d403c, #c64e4e, #ebab56, #f0d4a3, #f2e0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d403c, #c64e4e, #ebab56, #f0d4a3, #f2e0d4);
}
🔗 Explore similar color palettes
Rustic Red color palette created on .