Flower Color Palette
Discover the beautiful Flower color palette featuring classic rose (#f9c3f2), illusion (#f4a4d7), carissma (#ec79b3), hopbush (#d65c99) and cadillac (#a74978).
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 Flower palette
💻 Flower color palette CSS
/* CSS */
.color-1 {
color: #f9c3f2;
}
.color-2 {
color: #f4a4d7;
}
.color-3 {
color: #ec79b3;
}
.color-4 {
color: #d65c99;
}
.color-5 {
color: #a74978;
}
/* CSS Variables */
:root {
--color-1: #f9c3f2;
--color-2: #f4a4d7;
--color-3: #ec79b3;
--color-4: #d65c99;
--color-5: #a74978;
} 🌈 Flower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3f2, #f4a4d7, #ec79b3, #d65c99, #a74978);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3f2, #f4a4d7, #ec79b3, #d65c99, #a74978);
} 🔗 Explore similar color palettes
Flower color palette created on .