Brooklyn Bridge Color Palette
Discover the beautiful Brooklyn Bridge color palette featuring sepia skin (#a35e3e), rainee (#bac8a2), bismark (#4a6d8c), di serria (#d4a75e) and mandys pink (#efaeae).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBrown, Green, Blue, Orange, Red, Vintage, Soft Summer, Coastal, Bright 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 Brooklyn Bridge palette
💻 Brooklyn Bridge color palette CSS
/* CSS */
.color-1 {
color: #a35e3e;
}
.color-2 {
color: #bac8a2;
}
.color-3 {
color: #4a6d8c;
}
.color-4 {
color: #d4a75e;
}
.color-5 {
color: #efaeae;
}
/* CSS Variables */
:root {
--color-1: #a35e3e;
--color-2: #bac8a2;
--color-3: #4a6d8c;
--color-4: #d4a75e;
--color-5: #efaeae;
}
🌈 Brooklyn Bridge background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a35e3e, #bac8a2, #4a6d8c, #d4a75e, #efaeae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a35e3e, #bac8a2, #4a6d8c, #d4a75e, #efaeae);
}
🔗 Explore similar color palettes
Brooklyn Bridge color palette created on .