Brown Rome Color Palette
Discover the beautiful Brown Rome color palette featuring soft amber (#d5c7b3), tacao (#e8b87d), mojo (#c65e3f), sanguine brown (#8d3a3a) and buccaneer (#5b2f2f).
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 Brown Rome palette
💻 Brown Rome color palette CSS
/* CSS */
.color-1 {
color: #d5c7b3;
}
.color-2 {
color: #e8b87d;
}
.color-3 {
color: #c65e3f;
}
.color-4 {
color: #8d3a3a;
}
.color-5 {
color: #5b2f2f;
}
/* CSS Variables */
:root {
--color-1: #d5c7b3;
--color-2: #e8b87d;
--color-3: #c65e3f;
--color-4: #8d3a3a;
--color-5: #5b2f2f;
} 🌈 Brown Rome background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c7b3, #e8b87d, #c65e3f, #8d3a3a, #5b2f2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c7b3, #e8b87d, #c65e3f, #8d3a3a, #5b2f2f);
} 🔗 Explore similar color palettes
Brown Rome color palette created on .