Cold Purple Color Palette
Discover the beautiful Cold Purple color palette featuring kimberly (#7d6a9a), purple mountain's majesty (#a57bb2), lilac (#d6a4d2), we peep (#efc2e1) and illusion (#f7a1c2).
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: #7d6a9a;
}
.color-2 {
color: #a57bb2;
}
.color-3 {
color: #d6a4d2;
}
.color-4 {
color: #efc2e1;
}
.color-5 {
color: #f7a1c2;
}
/* CSS Variables */
:root {
--color-1: #7d6a9a;
--color-2: #a57bb2;
--color-3: #d6a4d2;
--color-4: #efc2e1;
--color-5: #f7a1c2;
} 🌈 Cold Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d6a9a, #a57bb2, #d6a4d2, #efc2e1, #f7a1c2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d6a9a, #a57bb2, #d6a4d2, #efc2e1, #f7a1c2);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Cold Purple color palette created on .