Lotus Blossom Dreams Color Palette
Discover the beautiful Lotus Blossom Dreams color palette featuring shilo (#e3a6b1), puce (#c57c91), tapestry (#af558e), plum (#8c2c6c) and tawny port (#5c1f50).
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 Lotus Blossom Dreams palette
💻 Lotus Blossom Dreams color palette CSS
/* CSS */
.color-1 {
color: #e3a6b1;
}
.color-2 {
color: #c57c91;
}
.color-3 {
color: #af558e;
}
.color-4 {
color: #8c2c6c;
}
.color-5 {
color: #5c1f50;
}
/* CSS Variables */
:root {
--color-1: #e3a6b1;
--color-2: #c57c91;
--color-3: #af558e;
--color-4: #8c2c6c;
--color-5: #5c1f50;
} 🌈 Lotus Blossom Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a6b1, #c57c91, #af558e, #8c2c6c, #5c1f50);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a6b1, #c57c91, #af558e, #8c2c6c, #5c1f50);
} 🔗 Explore similar color palettes
Lotus Blossom Dreams color palette created on .