Hipster Color Palette
Discover the beautiful Hipster color palette featuring well read (#b2392e), flame pea (#d45e3a), sandy brown (#f5a65b), golden sand (#f1d579) and bay leaf (#8cba8d).
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 Hipster palette
💻 Hipster color palette CSS
/* CSS */
.color-1 {
color: #b2392e;
}
.color-2 {
color: #d45e3a;
}
.color-3 {
color: #f5a65b;
}
.color-4 {
color: #f1d579;
}
.color-5 {
color: #8cba8d;
}
/* CSS Variables */
:root {
--color-1: #b2392e;
--color-2: #d45e3a;
--color-3: #f5a65b;
--color-4: #f1d579;
--color-5: #8cba8d;
} 🌈 Hipster background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2392e, #d45e3a, #f5a65b, #f1d579, #8cba8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2392e, #d45e3a, #f5a65b, #f1d579, #8cba8d);
} 🔗 Explore similar color palettes
Hipster color palette created on .