Rebel Women Color Palette
Discover the beautiful Rebel Women color palette featuring illusion (#f9a9b7), chantilly (#f9c8d9), cherub (#f9dfe4), we peep (#efc5ef) and french lilac (#e4a6e6).
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: #f9a9b7;
}
.color-2 {
color: #f9c8d9;
}
.color-3 {
color: #f9dfe4;
}
.color-4 {
color: #efc5ef;
}
.color-5 {
color: #e4a6e6;
}
/* CSS Variables */
:root {
--color-1: #f9a9b7;
--color-2: #f9c8d9;
--color-3: #f9dfe4;
--color-4: #efc5ef;
--color-5: #e4a6e6;
} 🌈 Rebel Women background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a9b7, #f9c8d9, #f9dfe4, #efc5ef, #e4a6e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a9b7, #f9c8d9, #f9dfe4, #efc5ef, #e4a6e6);
} 🔗 Explore similar color palettes
Rebel Women color palette created on .