Night Flight Color Palette

Discover the beautiful Night Flight color palette featuring port gore (#1b1b3b), mulled wine (#4c4c6b), waterloo (#7f7f9f), lavender gray (#b3b3d1) and wild sand (#f5f5f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Blue, White, Dark, Light, Bat, Skeleton, Moon 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 Flight palette

Share this palette to:

💻 Night Flight color palette CSS

/* CSS */
.color-1 {
color: #1b1b3b;
}
.color-2 {
color: #4c4c6b;
}
.color-3 {
color: #7f7f9f;
}
.color-4 {
color: #b3b3d1;
}
.color-5 {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--color-1: #1b1b3b;
--color-2: #4c4c6b;
--color-3: #7f7f9f;
--color-4: #b3b3d1;
--color-5: #f5f5f5;
}

🌈 Night Flight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1b3b, #4c4c6b, #7f7f9f, #b3b3d1, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1b3b, #4c4c6b, #7f7f9f, #b3b3d1, #f5f5f5);
}

Night Flight color palette created on .