Moon Light Beam Color Palette

Discover the beautiful Moon Light Beam color palette featuring chambray (#323c8f), san marino (#5264ad), danube (#6a91c8), wistful (#a4add5) and pigeon post (#b0bad8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cool, Light, Modern, Muted, 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 Moon Light Beam palette

Share this palette to:

💻 Moon Light Beam color palette CSS

/* CSS */
.color-1 {
color: #323c8f;
}
.color-2 {
color: #5264ad;
}
.color-3 {
color: #6a91c8;
}
.color-4 {
color: #a4add5;
}
.color-5 {
color: #b0bad8;
}

/* CSS Variables */
:root {
--color-1: #323c8f;
--color-2: #5264ad;
--color-3: #6a91c8;
--color-4: #a4add5;
--color-5: #b0bad8;
}

🌈 Moon Light Beam background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #323c8f, #5264ad, #6a91c8, #a4add5, #b0bad8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #323c8f, #5264ad, #6a91c8, #a4add5, #b0bad8);
}

Moon Light Beam color palette created on .