Feminine Professional Color Palette
Discover the beautiful Feminine Professional color palette featuring azalea (#f5c6d6), kobi (#e8a1c1), can can (#d68fb1), tapestry (#bf6393) and cadillac (#a84d7f).
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 Professional palette
💻 Feminine Professional color palette CSS
/* CSS */
.color-1 {
color: #f5c6d6;
}
.color-2 {
color: #e8a1c1;
}
.color-3 {
color: #d68fb1;
}
.color-4 {
color: #bf6393;
}
.color-5 {
color: #a84d7f;
}
/* CSS Variables */
:root {
--color-1: #f5c6d6;
--color-2: #e8a1c1;
--color-3: #d68fb1;
--color-4: #bf6393;
--color-5: #a84d7f;
} 🌈 Feminine Professional background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c6d6, #e8a1c1, #d68fb1, #bf6393, #a84d7f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c6d6, #e8a1c1, #d68fb1, #bf6393, #a84d7f);
} 🔗 Explore similar color palettes
Feminine Professional color palette created on .