Moonlit Serenity Color Palette

Discover the beautiful Moonlit Serenity color palette featuring blue bell (#9b9bc5), kimberly (#6f71a5), fiord (#49536e), rhino (#2b3955) and mirage (#1b2631).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Moon, Relax 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 Moonlit Serenity palette

Share this palette to:

💻 Moonlit Serenity color palette CSS

/* CSS */
.color-1 {
color: #9b9bc5;
}
.color-2 {
color: #6f71a5;
}
.color-3 {
color: #49536e;
}
.color-4 {
color: #2b3955;
}
.color-5 {
color: #1b2631;
}

/* CSS Variables */
:root {
--color-1: #9b9bc5;
--color-2: #6f71a5;
--color-3: #49536e;
--color-4: #2b3955;
--color-5: #1b2631;
}

🌈 Moonlit Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b9bc5, #6f71a5, #49536e, #2b3955, #1b2631);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b9bc5, #6f71a5, #49536e, #2b3955, #1b2631);
}

Moonlit Serenity color palette created on .