Dark Velvet Color Palette
Discover the beautiful Dark Velvet color palette featuring finn (#5b2a49), wine berry (#4f1c2b), martinique (#3c2a4c), thunder (#301d2d) and cod gray (#1a1a1a).
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 Dark Velvet palette
💻 Dark Velvet color palette CSS
/* CSS */
.color-1 {
color: #5b2a49;
}
.color-2 {
color: #4f1c2b;
}
.color-3 {
color: #3c2a4c;
}
.color-4 {
color: #301d2d;
}
.color-5 {
color: #1a1a1a;
}
/* CSS Variables */
:root {
--color-1: #5b2a49;
--color-2: #4f1c2b;
--color-3: #3c2a4c;
--color-4: #301d2d;
--color-5: #1a1a1a;
}
🌈 Dark Velvet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2a49, #4f1c2b, #3c2a4c, #301d2d, #1a1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2a49, #4f1c2b, #3c2a4c, #301d2d, #1a1a1a);
}
🔗 Explore similar color palettes
Dark Velvet color palette created on .