Velvet Indulgence Color Palette

Discover the beautiful Velvet Indulgence color palette featuring cocoa bean (#4c1f2a), ferra (#6d4a4c), beaver (#8b6b5b), oriental pink (#c49a8d) and rose fog (#e8c3c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Burgundy, Deep 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 Indulgence palette

Share this palette to:

💻 Velvet Indulgence color palette CSS

/* CSS */
.color-1 {
color: #4c1f2a;
}
.color-2 {
color: #6d4a4c;
}
.color-3 {
color: #8b6b5b;
}
.color-4 {
color: #c49a8d;
}
.color-5 {
color: #e8c3c0;
}

/* CSS Variables */
:root {
--color-1: #4c1f2a;
--color-2: #6d4a4c;
--color-3: #8b6b5b;
--color-4: #c49a8d;
--color-5: #e8c3c0;
}

🌈 Velvet Indulgence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c1f2a, #6d4a4c, #8b6b5b, #c49a8d, #e8c3c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c1f2a, #6d4a4c, #8b6b5b, #c49a8d, #e8c3c0);
}

Velvet Indulgence color palette created on .