Flower Color Palette
Discover the beautiful Flower color palette featuring tickle me pink (#ff82b9), peach orange (#ffc593), salomie (#ffdd93), malibu (#94ddf7) and malibu (#53c3fe).
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: #ff82b9;
}
.color-2 {
color: #ffc593;
}
.color-3 {
color: #ffdd93;
}
.color-4 {
color: #94ddf7;
}
.color-5 {
color: #53c3fe;
}
/* CSS Variables */
:root {
--color-1: #ff82b9;
--color-2: #ffc593;
--color-3: #ffdd93;
--color-4: #94ddf7;
--color-5: #53c3fe;
} 🌈 Flower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff82b9, #ffc593, #ffdd93, #94ddf7, #53c3fe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff82b9, #ffc593, #ffdd93, #94ddf7, #53c3fe);
} 🔗 Explore similar color palettes
Flower color palette created on .