Mystic Orchid Dreams Color Palette
Discover the beautiful Mystic Orchid Dreams color palette featuring bouquet (#bb7cb3), bouquet (#b974ac), rouge (#a1457f), plum (#8c2673) and plum (#8e2577).
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 Mystic Orchid Dreams palette
💻 Mystic Orchid Dreams color palette CSS
/* CSS */
.color-1 {
color: #bb7cb3;
}
.color-2 {
color: #b974ac;
}
.color-3 {
color: #a1457f;
}
.color-4 {
color: #8c2673;
}
.color-5 {
color: #8e2577;
}
/* CSS Variables */
:root {
--color-1: #bb7cb3;
--color-2: #b974ac;
--color-3: #a1457f;
--color-4: #8c2673;
--color-5: #8e2577;
}
🌈 Mystic Orchid Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bb7cb3, #b974ac, #a1457f, #8c2673, #8e2577);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bb7cb3, #b974ac, #a1457f, #8c2673, #8e2577);
}
🔗 Explore similar color palettes
Mystic Orchid Dreams color palette created on .