50s Brightness Color Palette
Discover the beautiful 50s Brightness color palette featuring pink (#ffbdc5), portage (#a291ef), gossip (#c3f0a2), cinderella (#fde5e9) and tropical blue (#bad4f8).
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 50s Brightness palette
💻 50s Brightness color palette CSS
/* CSS */
.color-1 {
color: #ffbdc5;
}
.color-2 {
color: #a291ef;
}
.color-3 {
color: #c3f0a2;
}
.color-4 {
color: #fde5e9;
}
.color-5 {
color: #bad4f8;
}
/* CSS Variables */
:root {
--color-1: #ffbdc5;
--color-2: #a291ef;
--color-3: #c3f0a2;
--color-4: #fde5e9;
--color-5: #bad4f8;
} 🌈 50s Brightness background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbdc5, #a291ef, #c3f0a2, #fde5e9, #bad4f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbdc5, #a291ef, #c3f0a2, #fde5e9, #bad4f8);
} 🔗 Explore similar color palettes
50s Brightness color palette created on .