Ashy Purple Dream Color Palette
Discover the beautiful Ashy Purple Dream color palette featuring east side (#a492c8), cold purple (#b8a3d7), prelude (#d6b2e0), melanie (#e6b7d3) and cherub (#f4c8e4).
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 Ashy Purple Dream palette
💻 Ashy Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #a492c8;
}
.color-2 {
color: #b8a3d7;
}
.color-3 {
color: #d6b2e0;
}
.color-4 {
color: #e6b7d3;
}
.color-5 {
color: #f4c8e4;
}
/* CSS Variables */
:root {
--color-1: #a492c8;
--color-2: #b8a3d7;
--color-3: #d6b2e0;
--color-4: #e6b7d3;
--color-5: #f4c8e4;
} 🌈 Ashy Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a492c8, #b8a3d7, #d6b2e0, #e6b7d3, #f4c8e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a492c8, #b8a3d7, #d6b2e0, #e6b7d3, #f4c8e4);
} 🔗 Explore similar color palettes
Ashy Purple Dream color palette created on .