Starry Night Color Palette

Discover the beautiful Starry Night color palette featuring port gore (#1b1f3b), oxford blue (#3a3d5a), comet (#5b5f7b), manatee (#8c909b) and blue haze (#c2c6db).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Deep, Bright, Modern, Cosmic, Midnight, Soft Summer, Deep Winter 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 Starry Night palette

Share this palette to:

💻 Starry Night color palette CSS

/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #3a3d5a;
}
.color-3 {
color: #5b5f7b;
}
.color-4 {
color: #8c909b;
}
.color-5 {
color: #c2c6db;
}

/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #3a3d5a;
--color-3: #5b5f7b;
--color-4: #8c909b;
--color-5: #c2c6db;
}

🌈 Starry Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #3a3d5a, #5b5f7b, #8c909b, #c2c6db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #3a3d5a, #5b5f7b, #8c909b, #c2c6db);
}

Starry Night color palette created on .