Midnight Frost Color Palette

Discover the beautiful Midnight Frost color palette featuring gun powder (#3a3b59), east bay (#4b4e7c), kimberly (#6b709e), logan (#a1a3c4) and blue haze (#d5d7e7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark Winter, Blue, Gray, Elegant, Soft 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 Midnight Frost palette

Share this palette to:

💻 Midnight Frost color palette CSS

/* CSS */
.color-1 {
color: #3a3b59;
}
.color-2 {
color: #4b4e7c;
}
.color-3 {
color: #6b709e;
}
.color-4 {
color: #a1a3c4;
}
.color-5 {
color: #d5d7e7;
}

/* CSS Variables */
:root {
--color-1: #3a3b59;
--color-2: #4b4e7c;
--color-3: #6b709e;
--color-4: #a1a3c4;
--color-5: #d5d7e7;
}

🌈 Midnight Frost background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b59, #4b4e7c, #6b709e, #a1a3c4, #d5d7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b59, #4b4e7c, #6b709e, #a1a3c4, #d5d7e7);
}

Midnight Frost color palette created on .