Black and Purplish-Blue Void Color Palette

Discover the beautiful Black and Purplish-Blue Void color palette featuring port gore (#1c1c3f), east bay (#3f3f7d), blue violet (#5a5ab5), chetwode blue (#8c8ce3) and melrose (#c2c2ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Purple, Blue, Cosmic, Deep, Space, Modern, Vibrant, High Contrast 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 Black and Purplish-Blue Void palette

Share this palette to:

💻 Black and Purplish-Blue Void color palette CSS

/* CSS */
.color-1 {
color: #1c1c3f;
}
.color-2 {
color: #3f3f7d;
}
.color-3 {
color: #5a5ab5;
}
.color-4 {
color: #8c8ce3;
}
.color-5 {
color: #c2c2ff;
}

/* CSS Variables */
:root {
--color-1: #1c1c3f;
--color-2: #3f3f7d;
--color-3: #5a5ab5;
--color-4: #8c8ce3;
--color-5: #c2c2ff;
}

🌈 Black and Purplish-Blue Void background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3f, #3f3f7d, #5a5ab5, #8c8ce3, #c2c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3f, #3f3f7d, #5a5ab5, #8c8ce3, #c2c2ff);
}

Black and Purplish-Blue Void color palette created on .