Midnight Starts Color Palette

Discover the beautiful Midnight Starts color palette featuring cloud burst (#1c2b4f), east bay (#3e4b79), waikawa gray (#5b6b9f), polo blue (#8b9dc6) and link water (#d1e0f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMidnight, Blue, Night Sky, Aesthetic, Vibrant, Deep, Modern, Summer, Coastal 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 Starts palette

Share this palette to:

💻 Midnight Starts color palette CSS

/* CSS */
.color-1 {
color: #1c2b4f;
}
.color-2 {
color: #3e4b79;
}
.color-3 {
color: #5b6b9f;
}
.color-4 {
color: #8b9dc6;
}
.color-5 {
color: #d1e0f0;
}

/* CSS Variables */
:root {
--color-1: #1c2b4f;
--color-2: #3e4b79;
--color-3: #5b6b9f;
--color-4: #8b9dc6;
--color-5: #d1e0f0;
}

🌈 Midnight Starts background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b4f, #3e4b79, #5b6b9f, #8b9dc6, #d1e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b4f, #3e4b79, #5b6b9f, #8b9dc6, #d1e0f0);
}

Midnight Starts color palette created on .