Waning Moons Raptor Color Palette

Discover the beautiful Waning Moons Raptor color palette featuring mountain mist (#a199a5), spun pearl (#b2adba), ghost (#cacdd4), mystic (#e2e7ec) and athens gray (#fafafb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Elegant, Gray, Lavender, Light, Modern, Muted, Neutral, Soft, Warm 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 Waning Moons Raptor palette

Share this palette to:

💻 Waning Moons Raptor color palette CSS

/* CSS */
.color-1 {
color: #a199a5;
}
.color-2 {
color: #b2adba;
}
.color-3 {
color: #cacdd4;
}
.color-4 {
color: #e2e7ec;
}
.color-5 {
color: #fafafb;
}

/* CSS Variables */
:root {
--color-1: #a199a5;
--color-2: #b2adba;
--color-3: #cacdd4;
--color-4: #e2e7ec;
--color-5: #fafafb;
}

🌈 Waning Moons Raptor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a199a5, #b2adba, #cacdd4, #e2e7ec, #fafafb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a199a5, #b2adba, #cacdd4, #e2e7ec, #fafafb);
}

Waning Moons Raptor color palette created on .