Cosmic Velvet Color Palette

Discover the beautiful Cosmic Velvet color palette featuring cod gray (#161313), mirage (#1d1a37), jacarta (#362762), eminence (#572c7d) and vivid violet (#7a3190).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Plum, Burgundy, Dark, Gem Tone, Elegant 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 Cosmic Velvet palette

Share this palette to:

💻 Cosmic Velvet color palette CSS

/* CSS */
.color-1 {
color: #161313;
}
.color-2 {
color: #1d1a37;
}
.color-3 {
color: #362762;
}
.color-4 {
color: #572c7d;
}
.color-5 {
color: #7a3190;
}

/* CSS Variables */
:root {
--color-1: #161313;
--color-2: #1d1a37;
--color-3: #362762;
--color-4: #572c7d;
--color-5: #7a3190;
}

🌈 Cosmic Velvet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #161313, #1d1a37, #362762, #572c7d, #7a3190);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #161313, #1d1a37, #362762, #572c7d, #7a3190);
}

Cosmic Velvet color palette created on .