Rusty Rose Color Palette
Discover the beautiful Rusty Rose color palette featuring ferra (#6c504b), brandy rose (#b27b7b), cameo (#d9aa9b), manhattan (#f5c8a3) and givry (#f9e8c3).
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 Rusty Rose palette
💻 Rusty Rose color palette CSS
/* CSS */
.color-1 {
color: #6c504b;
}
.color-2 {
color: #b27b7b;
}
.color-3 {
color: #d9aa9b;
}
.color-4 {
color: #f5c8a3;
}
.color-5 {
color: #f9e8c3;
}
/* CSS Variables */
:root {
--color-1: #6c504b;
--color-2: #b27b7b;
--color-3: #d9aa9b;
--color-4: #f5c8a3;
--color-5: #f9e8c3;
} 🌈 Rusty Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c504b, #b27b7b, #d9aa9b, #f5c8a3, #f9e8c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c504b, #b27b7b, #d9aa9b, #f5c8a3, #f9e8c3);
} 🔗 Explore similar color palettes
Rusty Rose color palette created on .