Purple Dreams Color Palette
Discover the beautiful Purple Dreams color palette featuring scampi (#5f5a94), affair (#6b4797), kimberly (#76679f), amethyst smoke (#a48eaa) and turkish rose (#ac6c93).
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 Dreams palette
💻 Purple Dreams color palette CSS
/* CSS */
.color-1 {
color: #5f5a94;
}
.color-2 {
color: #6b4797;
}
.color-3 {
color: #76679f;
}
.color-4 {
color: #a48eaa;
}
.color-5 {
color: #ac6c93;
}
/* CSS Variables */
:root {
--color-1: #5f5a94;
--color-2: #6b4797;
--color-3: #76679f;
--color-4: #a48eaa;
--color-5: #ac6c93;
} 🌈 Purple Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f5a94, #6b4797, #76679f, #a48eaa, #ac6c93);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f5a94, #6b4797, #76679f, #a48eaa, #ac6c93);
} 🔗 Explore similar color palettes
Purple Dreams color palette created on .