Pale Luna Color Palette

Discover the beautiful Pale Luna color palette featuring quarter spanish white (#f8f5e7), aqua haze (#e8f0f2), catskill white (#e2ebf3), lavender blush (#ffe5eb) and your pink (#ffcac2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Light, Soft, Pastel, Pink, Peach, Aqua, Muted, 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 Pale Luna palette

Share this palette to:

💻 Pale Luna color palette CSS

/* CSS */
.color-1 {
color: #f8f5e7;
}
.color-2 {
color: #e8f0f2;
}
.color-3 {
color: #e2ebf3;
}
.color-4 {
color: #ffe5eb;
}
.color-5 {
color: #ffcac2;
}

/* CSS Variables */
:root {
--color-1: #f8f5e7;
--color-2: #e8f0f2;
--color-3: #e2ebf3;
--color-4: #ffe5eb;
--color-5: #ffcac2;
}

🌈 Pale Luna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f5e7, #e8f0f2, #e2ebf3, #ffe5eb, #ffcac2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f5e7, #e8f0f2, #e2ebf3, #ffe5eb, #ffcac2);
}

Pale Luna color palette created on .