Cold Purple Color Palette
Discover the beautiful Cold Purple color palette featuring dull lavender (#ad9fe5), cold purple (#b5a0d9), light wisteria (#c5a6d8), prelude (#dab3e0) and french lilac (#e4c0e8).
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 Cold Purple palette
💻 Cold Purple color palette CSS
/* CSS */
.color-1 {
color: #ad9fe5;
}
.color-2 {
color: #b5a0d9;
}
.color-3 {
color: #c5a6d8;
}
.color-4 {
color: #dab3e0;
}
.color-5 {
color: #e4c0e8;
}
/* CSS Variables */
:root {
--color-1: #ad9fe5;
--color-2: #b5a0d9;
--color-3: #c5a6d8;
--color-4: #dab3e0;
--color-5: #e4c0e8;
} 🌈 Cold Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad9fe5, #b5a0d9, #c5a6d8, #dab3e0, #e4c0e8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad9fe5, #b5a0d9, #c5a6d8, #dab3e0, #e4c0e8);
} 🔗 Explore similar color palettes
Cold Purple color palette created on .