Lunaria Winter Color Palette

Discover the beautiful Lunaria Winter color palette featuring regent st blue (#a7cae2), dawn pink (#f2e8e3), light wisteria (#c3b0e3), polo blue (#8aa4c7) and wewak (#f0a3b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Light, Lunaria, Modern, Pastel, Pink, Purple, Soft, Winter 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 Lunaria Winter palette

Share this palette to:

💻 Lunaria Winter color palette CSS

/* CSS */
.color-1 {
color: #a7cae2;
}
.color-2 {
color: #f2e8e3;
}
.color-3 {
color: #c3b0e3;
}
.color-4 {
color: #8aa4c7;
}
.color-5 {
color: #f0a3b5;
}

/* CSS Variables */
:root {
--color-1: #a7cae2;
--color-2: #f2e8e3;
--color-3: #c3b0e3;
--color-4: #8aa4c7;
--color-5: #f0a3b5;
}

🌈 Lunaria Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7cae2, #f2e8e3, #c3b0e3, #8aa4c7, #f0a3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7cae2, #f2e8e3, #c3b0e3, #8aa4c7, #f0a3b5);
}

Lunaria Winter color palette created on .