Purple Velvet Color Palette
Discover the beautiful Purple Velvet color palette featuring victoria (#5a3e79), deluge (#7c5b9f), purple mountain's majesty (#a87dba), blossom (#d6a4c7) and we peep (#f0c7e2).
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 Velvet palette
💻 Purple Velvet color palette CSS
/* CSS */
.color-1 {
color: #5a3e79;
}
.color-2 {
color: #7c5b9f;
}
.color-3 {
color: #a87dba;
}
.color-4 {
color: #d6a4c7;
}
.color-5 {
color: #f0c7e2;
}
/* CSS Variables */
:root {
--color-1: #5a3e79;
--color-2: #7c5b9f;
--color-3: #a87dba;
--color-4: #d6a4c7;
--color-5: #f0c7e2;
} 🌈 Purple Velvet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e79, #7c5b9f, #a87dba, #d6a4c7, #f0c7e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e79, #7c5b9f, #a87dba, #d6a4c7, #f0c7e2);
} 🔗 Explore similar color palettes
Purple Velvet color palette created on .