Celestial Abyss Color Palette

Discover the beautiful Celestial Abyss color palette featuring port gore (#1c1c3f), gun powder (#3c3c5d), storm gray (#6d6d8d), santas gray (#9a9ab6) and blue haze (#c4c4d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Dark, Deep, Modern, Night Sky 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 Abyss palette

Share this palette to:

💻 Celestial Abyss color palette CSS

/* CSS */
.color-1 {
color: #1c1c3f;
}
.color-2 {
color: #3c3c5d;
}
.color-3 {
color: #6d6d8d;
}
.color-4 {
color: #9a9ab6;
}
.color-5 {
color: #c4c4d9;
}

/* CSS Variables */
:root {
--color-1: #1c1c3f;
--color-2: #3c3c5d;
--color-3: #6d6d8d;
--color-4: #9a9ab6;
--color-5: #c4c4d9;
}

🌈 Celestial Abyss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3f, #3c3c5d, #6d6d8d, #9a9ab6, #c4c4d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3f, #3c3c5d, #6d6d8d, #9a9ab6, #c4c4d9);
}

Celestial Abyss color palette created on .