Luna Of Gale Color Palette

Discover the beautiful Luna Of Gale color palette featuring link water (#d6e4f5), regent st blue (#a4c8df), half baked (#7bb7d1), pelorous (#4aa0c4) and biscay (#1d3a6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Blue, Coastal, Clear Spring, Light, Modern, Ocean, Spring, Tropical 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: #d6e4f5;
}
.color-2 {
color: #a4c8df;
}
.color-3 {
color: #7bb7d1;
}
.color-4 {
color: #4aa0c4;
}
.color-5 {
color: #1d3a6d;
}

/* CSS Variables */
:root {
--color-1: #d6e4f5;
--color-2: #a4c8df;
--color-3: #7bb7d1;
--color-4: #4aa0c4;
--color-5: #1d3a6d;
}

🌈 Luna Of Gale background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e4f5, #a4c8df, #7bb7d1, #4aa0c4, #1d3a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e4f5, #a4c8df, #7bb7d1, #4aa0c4, #1d3a6d);
}

Luna Of Gale color palette created on .