Discover the beautiful Purple Dottie color palette featuring chantilly (#f5b7f5), light wisteria (#cfa1d9), amethyst (#9f5ac4), affair (#6b4a96) and daisy bush (#4a2c90).
Purple Dottie Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Purple Dottie palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Purple Dottie palette
💻 Purple Dottie color palette CSS
/* CSS */
.color-1 {
color: #f5b7f5;
}
.color-2 {
color: #cfa1d9;
}
.color-3 {
color: #9f5ac4;
}
.color-4 {
color: #6b4a96;
}
.color-5 {
color: #4a2c90;
}
/* CSS Variables */
:root {
--color-1: #f5b7f5;
--color-2: #cfa1d9;
--color-3: #9f5ac4;
--color-4: #6b4a96;
--color-5: #4a2c90;
}
🌈 Purple Dottie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7f5, #cfa1d9, #9f5ac4, #6b4a96, #4a2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7f5, #cfa1d9, #9f5ac4, #6b4a96, #4a2c90);
}
🔗 Explore similar color palettes
Purple Dottie color palette created on .