Velvet Shadows Color Palette
Discover the beautiful Velvet Shadows color palette featuring heath (#3e0f26), buccaneer (#5a2a36), ferra (#7b4c4f), coral tree (#a06a7b) and rodeo dust (#c7a9a3).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Dark, Elegant, Red 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
UI Examples
Explore beautiful UI components with Velvet Shadows palette
💻 Velvet Shadows color palette CSS
/* CSS */
.color-1 {
color: #3e0f26;
}
.color-2 {
color: #5a2a36;
}
.color-3 {
color: #7b4c4f;
}
.color-4 {
color: #a06a7b;
}
.color-5 {
color: #c7a9a3;
}
/* CSS Variables */
:root {
--color-1: #3e0f26;
--color-2: #5a2a36;
--color-3: #7b4c4f;
--color-4: #a06a7b;
--color-5: #c7a9a3;
} 🌈 Velvet Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e0f26, #5a2a36, #7b4c4f, #a06a7b, #c7a9a3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e0f26, #5a2a36, #7b4c4f, #a06a7b, #c7a9a3);
} 🔗 Explore similar color palettes
Velvet Shadows color palette created on .