Night Winter Color Palette

Discover the beautiful Night Winter color palette featuring ebony clay (#2e3448), blue bayoux (#4d5975), bermuda gray (#7584a9), casper (#a6b9ce) and catskill white (#f1f4f9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Gray, Soft, Muted, Neutral, Modern, Elegant, Coastal, 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 Night Winter palette

Share this palette to:

💻 Night Winter color palette CSS

/* CSS */
.color-1 {
color: #2e3448;
}
.color-2 {
color: #4d5975;
}
.color-3 {
color: #7584a9;
}
.color-4 {
color: #a6b9ce;
}
.color-5 {
color: #f1f4f9;
}

/* CSS Variables */
:root {
--color-1: #2e3448;
--color-2: #4d5975;
--color-3: #7584a9;
--color-4: #a6b9ce;
--color-5: #f1f4f9;
}

🌈 Night Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e3448, #4d5975, #7584a9, #a6b9ce, #f1f4f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e3448, #4d5975, #7584a9, #a6b9ce, #f1f4f9);
}

Night Winter color palette created on .