Blue Moonlight Color Palette

Discover the beautiful Blue Moonlight color palette featuring onahau (#d1e7ff), regent st blue (#9fc0e0), fountain blue (#69a7c9), boston blue (#3b8cbf) and matisse (#1f5f93).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Summer 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 Blue Moonlight palette

Share this palette to:

💻 Blue Moonlight color palette CSS

/* CSS */
.color-1 {
color: #d1e7ff;
}
.color-2 {
color: #9fc0e0;
}
.color-3 {
color: #69a7c9;
}
.color-4 {
color: #3b8cbf;
}
.color-5 {
color: #1f5f93;
}

/* CSS Variables */
:root {
--color-1: #d1e7ff;
--color-2: #9fc0e0;
--color-3: #69a7c9;
--color-4: #3b8cbf;
--color-5: #1f5f93;
}

🌈 Blue Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e7ff, #9fc0e0, #69a7c9, #3b8cbf, #1f5f93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e7ff, #9fc0e0, #69a7c9, #3b8cbf, #1f5f93);
}

Blue Moonlight color palette created on .