Deep Blue Moon Color Palette

Discover the beautiful Deep Blue Moon color palette featuring jacarta (#2f296a), victoria (#4c4f90), ship cove (#697abf), wistful (#a4afd6) and blue chalk (#e5e0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMidnight, Blue, Deep, Moon, 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 Deep Blue Moon palette

Share this palette to:

💻 Deep Blue Moon color palette CSS

/* CSS */
.color-1 {
color: #2f296a;
}
.color-2 {
color: #4c4f90;
}
.color-3 {
color: #697abf;
}
.color-4 {
color: #a4afd6;
}
.color-5 {
color: #e5e0ff;
}

/* CSS Variables */
:root {
--color-1: #2f296a;
--color-2: #4c4f90;
--color-3: #697abf;
--color-4: #a4afd6;
--color-5: #e5e0ff;
}

🌈 Deep Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f296a, #4c4f90, #697abf, #a4afd6, #e5e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f296a, #4c4f90, #697abf, #a4afd6, #e5e0ff);
}

Deep Blue Moon color palette created on .