Rebel Women Color Palette
Discover the beautiful Rebel Women color palette featuring lavender pink (#faafbc), azalea (#f9d1df), vanilla ice (#f7e6ea), melanie (#eccfec) and light wisteria (#deb3e2).
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 Rebel Women palette
💻 Rebel Women color palette CSS
/* CSS */
.color-1 {
color: #faafbc;
}
.color-2 {
color: #f9d1df;
}
.color-3 {
color: #f7e6ea;
}
.color-4 {
color: #eccfec;
}
.color-5 {
color: #deb3e2;
}
/* CSS Variables */
:root {
--color-1: #faafbc;
--color-2: #f9d1df;
--color-3: #f7e6ea;
--color-4: #eccfec;
--color-5: #deb3e2;
} 🌈 Rebel Women background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faafbc, #f9d1df, #f7e6ea, #eccfec, #deb3e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faafbc, #f9d1df, #f7e6ea, #eccfec, #deb3e2);
} 🔗 Explore similar color palettes
Rebel Women color palette created on .