Whimsical Orchid Dreams Color Palette
Discover the beautiful Whimsical Orchid Dreams color palette featuring perfume (#f2aff4), lavender (#df81e8), lavender (#ac8ce0), fuchsia pink (#c968c8) and lavender (#c15cde).
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 Whimsical Orchid Dreams palette
💻 Whimsical Orchid Dreams color palette CSS
/* CSS */
.color-1 {
color: #f2aff4;
}
.color-2 {
color: #df81e8;
}
.color-3 {
color: #ac8ce0;
}
.color-4 {
color: #c968c8;
}
.color-5 {
color: #c15cde;
}
/* CSS Variables */
:root {
--color-1: #f2aff4;
--color-2: #df81e8;
--color-3: #ac8ce0;
--color-4: #c968c8;
--color-5: #c15cde;
} 🌈 Whimsical Orchid Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2aff4, #df81e8, #ac8ce0, #c968c8, #c15cde);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2aff4, #df81e8, #ac8ce0, #c968c8, #c15cde);
} 🔗 Explore similar color palettes
Whimsical Orchid Dreams color palette created on .