The Outsiders Color Palette
Discover the beautiful The Outsiders color palette featuring bismark (#4b7081), tower gray (#a2b9b4), soft amber (#d2c3b7), porsche (#e4a35e) and jaffa (#e4813a).
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 The Outsiders palette
💻 The Outsiders color palette CSS
/* CSS */
.color-1 {
color: #4b7081;
}
.color-2 {
color: #a2b9b4;
}
.color-3 {
color: #d2c3b7;
}
.color-4 {
color: #e4a35e;
}
.color-5 {
color: #e4813a;
}
/* CSS Variables */
:root {
--color-1: #4b7081;
--color-2: #a2b9b4;
--color-3: #d2c3b7;
--color-4: #e4a35e;
--color-5: #e4813a;
} 🌈 The Outsiders background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7081, #a2b9b4, #d2c3b7, #e4a35e, #e4813a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7081, #a2b9b4, #d2c3b7, #e4a35e, #e4813a);
} 🔗 Explore similar color palettes
The Outsiders color palette created on .