Feminine Color Palette
Discover the beautiful Feminine color palette featuring pale rose (#ffe3f4), pink lace (#ffc9ea), cotton candy (#ffb6de), carnation pink (#ff97d8) and hot pink (#ff71c6).
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 Feminine palette
💻 Feminine color palette CSS
/* CSS */
.color-1 {
color: #ffe3f4;
}
.color-2 {
color: #ffc9ea;
}
.color-3 {
color: #ffb6de;
}
.color-4 {
color: #ff97d8;
}
.color-5 {
color: #ff71c6;
}
/* CSS Variables */
:root {
--color-1: #ffe3f4;
--color-2: #ffc9ea;
--color-3: #ffb6de;
--color-4: #ff97d8;
--color-5: #ff71c6;
} 🌈 Feminine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe3f4, #ffc9ea, #ffb6de, #ff97d8, #ff71c6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe3f4, #ffc9ea, #ffb6de, #ff97d8, #ff71c6);
} 🔗 Explore similar color palettes
Feminine color palette created on .