Rusted Viscera Color Palette
Discover the beautiful Rusted Viscera color palette featuring rust (#b3280f), tabasco (#982610), pueblo (#7a2413), redwood (#54200f) and paco (#3d140f).
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 Rusted Viscera palette
💻 Rusted Viscera color palette CSS
/* CSS */
.color-1 {
color: #b3280f;
}
.color-2 {
color: #982610;
}
.color-3 {
color: #7a2413;
}
.color-4 {
color: #54200f;
}
.color-5 {
color: #3d140f;
}
/* CSS Variables */
:root {
--color-1: #b3280f;
--color-2: #982610;
--color-3: #7a2413;
--color-4: #54200f;
--color-5: #3d140f;
} 🌈 Rusted Viscera background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3280f, #982610, #7a2413, #54200f, #3d140f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3280f, #982610, #7a2413, #54200f, #3d140f);
} 🔗 Explore similar color palettes
Rusted Viscera color palette created on .