Phantom Color Palette

Discover the beautiful Phantom color palette featuring martinique (#3b3762), comet (#565686), kimberly (#7a78ab), periwinkle gray (#bcc0e1) and catskill white (#e3e7f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Gray, Lavender, Light, Purple, Soft, Muted, Elegant, Vintage 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 Phantom palette

Share this palette to:

💻 Phantom color palette CSS

/* CSS */
.color-1 {
color: #3b3762;
}
.color-2 {
color: #565686;
}
.color-3 {
color: #7a78ab;
}
.color-4 {
color: #bcc0e1;
}
.color-5 {
color: #e3e7f2;
}

/* CSS Variables */
:root {
--color-1: #3b3762;
--color-2: #565686;
--color-3: #7a78ab;
--color-4: #bcc0e1;
--color-5: #e3e7f2;
}

🌈 Phantom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3762, #565686, #7a78ab, #bcc0e1, #e3e7f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3762, #565686, #7a78ab, #bcc0e1, #e3e7f2);
}

Phantom color palette created on .