Celestial Veil Color Palette

Discover the beautiful Celestial Veil color palette featuring port gore (#1b1f3b), victoria (#4e4f8d), ship cove (#797abe), prelude (#c4b2e0) and french lilac (#f3e4f6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Purple, Vibrant, Aesthetic 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 Celestial Veil palette

Share this palette to:

💻 Celestial Veil color palette CSS

/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #4e4f8d;
}
.color-3 {
color: #797abe;
}
.color-4 {
color: #c4b2e0;
}
.color-5 {
color: #f3e4f6;
}

/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #4e4f8d;
--color-3: #797abe;
--color-4: #c4b2e0;
--color-5: #f3e4f6;
}

🌈 Celestial Veil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #4e4f8d, #797abe, #c4b2e0, #f3e4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #4e4f8d, #797abe, #c4b2e0, #f3e4f6);
}

Celestial Veil color palette created on .