Night Sky (Gradient Colors) Color Palette

Discover the beautiful Night Sky (Gradient Colors) color palette featuring mirage (#1d243a), pickled bluewood (#2f3b5b), fiord (#4b4e77), lynch (#7884a5) and casper (#b2c1d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Gray, Soft, Modern, Elegant, Night Sky, Bright Winter, Coastal 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 (Gradient Colors) palette

Share this palette to:

💻 Night Sky (Gradient Colors) color palette CSS

/* CSS */
.color-1 {
color: #1d243a;
}
.color-2 {
color: #2f3b5b;
}
.color-3 {
color: #4b4e77;
}
.color-4 {
color: #7884a5;
}
.color-5 {
color: #b2c1d2;
}

/* CSS Variables */
:root {
--color-1: #1d243a;
--color-2: #2f3b5b;
--color-3: #4b4e77;
--color-4: #7884a5;
--color-5: #b2c1d2;
}

🌈 Night Sky (Gradient Colors) background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d243a, #2f3b5b, #4b4e77, #7884a5, #b2c1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d243a, #2f3b5b, #4b4e77, #7884a5, #b2c1d2);
}

Night Sky (Gradient Colors) color palette created on .