Night Sky Magic Color Palette

Discover the beautiful Night Sky Magic color palette featuring mirage (#1c203b), martinique (#2d2a55), east bay (#504d7a), waterloo (#7d7d9b) and lavender gray (#b3b3d0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cosmic, Dark, Deep, Magic, Night Sky, Purple, Starry, Vibrant 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 Night Sky Magic palette

Share this palette to:

💻 Night Sky Magic color palette CSS

/* CSS */
.color-1 {
color: #1c203b;
}
.color-2 {
color: #2d2a55;
}
.color-3 {
color: #504d7a;
}
.color-4 {
color: #7d7d9b;
}
.color-5 {
color: #b3b3d0;
}

/* CSS Variables */
:root {
--color-1: #1c203b;
--color-2: #2d2a55;
--color-3: #504d7a;
--color-4: #7d7d9b;
--color-5: #b3b3d0;
}

🌈 Night Sky Magic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c203b, #2d2a55, #504d7a, #7d7d9b, #b3b3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c203b, #2d2a55, #504d7a, #7d7d9b, #b3b3d0);
}

Night Sky Magic color palette created on .