Celestial Veil Color Palette

Discover the beautiful Celestial Veil color palette featuring biscay (#1b2a69), kashmir blue (#4f5c92), kimberly (#797ca9), indian khaki (#c3b298) and red damask (#e0614d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Modern, Earthy, Autumn 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: #1b2a69;
}
.color-2 {
color: #4f5c92;
}
.color-3 {
color: #797ca9;
}
.color-4 {
color: #c3b298;
}
.color-5 {
color: #e0614d;
}

/* CSS Variables */
:root {
--color-1: #1b2a69;
--color-2: #4f5c92;
--color-3: #797ca9;
--color-4: #c3b298;
--color-5: #e0614d;
}

🌈 Celestial Veil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a69, #4f5c92, #797ca9, #c3b298, #e0614d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a69, #4f5c92, #797ca9, #c3b298, #e0614d);
}

Celestial Veil color palette created on .