Luna Of Gale Color Palette

Discover the beautiful Luna Of Gale color palette featuring athens gray (#f5f7f9), porcelain (#e7ecee), mystic (#dde5e9), geyser (#cddadf) and cadet blue (#b4bac5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLight, Soft, Gray, Blue, Muted, Modern, Minimalist, Neutral 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 Luna Of Gale palette

Share this palette to:

💻 Luna Of Gale color palette CSS

/* CSS */
.color-1 {
color: #f5f7f9;
}
.color-2 {
color: #e7ecee;
}
.color-3 {
color: #dde5e9;
}
.color-4 {
color: #cddadf;
}
.color-5 {
color: #b4bac5;
}

/* CSS Variables */
:root {
--color-1: #f5f7f9;
--color-2: #e7ecee;
--color-3: #dde5e9;
--color-4: #cddadf;
--color-5: #b4bac5;
}

🌈 Luna Of Gale background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f7f9, #e7ecee, #dde5e9, #cddadf, #b4bac5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f7f9, #e7ecee, #dde5e9, #cddadf, #b4bac5);
}

Luna Of Gale color palette created on .