Rosewood Elegance Color Palette
Discover the beautiful Rosewood Elegance color palette featuring cowboy (#4b2c2a), copper rust (#a54a4d), tonys pink (#e8a5a1), mandys pink (#f3c2b4) and we peep (#f7e2df).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Red, Soft color palettes and combinations.
💡 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 Rosewood Elegance palette
💻 Rosewood Elegance color palette CSS
/* CSS */
.color-1 {
color: #4b2c2a;
}
.color-2 {
color: #a54a4d;
}
.color-3 {
color: #e8a5a1;
}
.color-4 {
color: #f3c2b4;
}
.color-5 {
color: #f7e2df;
}
/* CSS Variables */
:root {
--color-1: #4b2c2a;
--color-2: #a54a4d;
--color-3: #e8a5a1;
--color-4: #f3c2b4;
--color-5: #f7e2df;
} 🌈 Rosewood Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c2a, #a54a4d, #e8a5a1, #f3c2b4, #f7e2df);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c2a, #a54a4d, #e8a5a1, #f3c2b4, #f7e2df);
} 🔗 Explore similar color palettes
Rosewood Elegance color palette created on .