Moonlit Howl Color Palette

Discover the beautiful Moonlit Howl color palette featuring periwinkle gray (#c1c1e1), polo blue (#8c9fd4), san marino (#496fab), st tropaz (#2c4a90) and bay of many (#1d407c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Modern, Nature 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 Howl palette

Share this palette to:

💻 Moonlit Howl color palette CSS

/* CSS */
.color-1 {
color: #c1c1e1;
}
.color-2 {
color: #8c9fd4;
}
.color-3 {
color: #496fab;
}
.color-4 {
color: #2c4a90;
}
.color-5 {
color: #1d407c;
}

/* CSS Variables */
:root {
--color-1: #c1c1e1;
--color-2: #8c9fd4;
--color-3: #496fab;
--color-4: #2c4a90;
--color-5: #1d407c;
}

🌈 Moonlit Howl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c1e1, #8c9fd4, #496fab, #2c4a90, #1d407c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c1e1, #8c9fd4, #496fab, #2c4a90, #1d407c);
}

Moonlit Howl color palette created on .