Rusting Resentment Color Palette
Discover the beautiful Rusting Resentment color palette featuring lotus (#7c3c3c), cocoa bean (#4c1f1f), au chico (#9a5b5b), pink swan (#beb1b1) and cavern pink (#e3bfbf).
Brightness
Saturation
Warmth
Refine
💡 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 Rusting Resentment palette
💻 Rusting Resentment color palette CSS
/* CSS */
.color-1 {
color: #7c3c3c;
}
.color-2 {
color: #4c1f1f;
}
.color-3 {
color: #9a5b5b;
}
.color-4 {
color: #beb1b1;
}
.color-5 {
color: #e3bfbf;
}
/* CSS Variables */
:root {
--color-1: #7c3c3c;
--color-2: #4c1f1f;
--color-3: #9a5b5b;
--color-4: #beb1b1;
--color-5: #e3bfbf;
} 🌈 Rusting Resentment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3c3c, #4c1f1f, #9a5b5b, #beb1b1, #e3bfbf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3c3c, #4c1f1f, #9a5b5b, #beb1b1, #e3bfbf);
} 🔗 Explore similar color palettes
Rusting Resentment color palette created on .