Purple Freesia Color Palette
Discover the beautiful Purple Freesia color palette featuring french lilac (#e6a1e8), light wisteria (#c48cd9), wisteria (#9f6abe), wild blue yonder (#8c91c0) and prelude (#d9b9e4).
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 Purple Freesia palette
💻 Purple Freesia color palette CSS
/* CSS */
.color-1 {
color: #e6a1e8;
}
.color-2 {
color: #c48cd9;
}
.color-3 {
color: #9f6abe;
}
.color-4 {
color: #8c91c0;
}
.color-5 {
color: #d9b9e4;
}
/* CSS Variables */
:root {
--color-1: #e6a1e8;
--color-2: #c48cd9;
--color-3: #9f6abe;
--color-4: #8c91c0;
--color-5: #d9b9e4;
} 🌈 Purple Freesia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a1e8, #c48cd9, #9f6abe, #8c91c0, #d9b9e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a1e8, #c48cd9, #9f6abe, #8c91c0, #d9b9e4);
} 🔗 Explore similar color palettes
Purple Freesia color palette created on .