真夜中の月 Color Palette

Discover the beautiful 真夜中の月 color palette featuring port gore (#1c1e4f), waikawa gray (#5b5d9a), nepal (#8c9fba), botticelli (#c5d4e2) and athens gray (#f2f4f7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMidnight, Moon, Blue, Gray, Light, 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 真夜中の月 palette

Share this palette to:

💻 真夜中の月 color palette CSS

/* CSS */
.color-1 {
color: #1c1e4f;
}
.color-2 {
color: #5b5d9a;
}
.color-3 {
color: #8c9fba;
}
.color-4 {
color: #c5d4e2;
}
.color-5 {
color: #f2f4f7;
}

/* CSS Variables */
:root {
--color-1: #1c1e4f;
--color-2: #5b5d9a;
--color-3: #8c9fba;
--color-4: #c5d4e2;
--color-5: #f2f4f7;
}

🌈 真夜中の月 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e4f, #5b5d9a, #8c9fba, #c5d4e2, #f2f4f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e4f, #5b5d9a, #8c9fba, #c5d4e2, #f2f4f7);
}

真夜中の月 color palette created on .