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