Dusty Midnight Color Palette

Discover the beautiful Dusty Midnight color palette featuring nile blue (#192a4d), east bay (#394e74), waikawa gray (#5b749a), polo blue (#87a3c5) and link water (#d4e8f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMidnight, Blue, Soft, Modern 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 Dusty Midnight palette

Share this palette to:

💻 Dusty Midnight color palette CSS

/* CSS */
.color-1 {
color: #192a4d;
}
.color-2 {
color: #394e74;
}
.color-3 {
color: #5b749a;
}
.color-4 {
color: #87a3c5;
}
.color-5 {
color: #d4e8f2;
}

/* CSS Variables */
:root {
--color-1: #192a4d;
--color-2: #394e74;
--color-3: #5b749a;
--color-4: #87a3c5;
--color-5: #d4e8f2;
}

🌈 Dusty Midnight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192a4d, #394e74, #5b749a, #87a3c5, #d4e8f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192a4d, #394e74, #5b749a, #87a3c5, #d4e8f2);
}

Dusty Midnight color palette created on .