Discover the beautiful Velvet Desires color palette featuring cocoa bean (#4c1f2d), tawny port (#7a2a3b), night shadz (#a13a54), contessa (#c7707e) and kobi (#eab3c5).
Velvet Desires Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Velvet Desires palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Velvet Desires palette
💻 Velvet Desires color palette CSS
/* CSS */
.color-1 {
color: #4c1f2d;
}
.color-2 {
color: #7a2a3b;
}
.color-3 {
color: #a13a54;
}
.color-4 {
color: #c7707e;
}
.color-5 {
color: #eab3c5;
}
/* CSS Variables */
:root {
--color-1: #4c1f2d;
--color-2: #7a2a3b;
--color-3: #a13a54;
--color-4: #c7707e;
--color-5: #eab3c5;
}
🌈 Velvet Desires background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c1f2d, #7a2a3b, #a13a54, #c7707e, #eab3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c1f2d, #7a2a3b, #a13a54, #c7707e, #eab3c5);
}
🔗 Explore similar color palettes
Velvet Desires color palette created on .