Lunaris Color Palette

Discover the beautiful Lunaris color palette featuring bismark (#4c708a), casper (#a9c3d1), aqua squeeze (#e3f2f1), sidecar (#f6e7c1) and rose bud (#f9b3ae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMoon, Blue, Soft, Bright, Teal, Cream, Pastel, Light, Summer 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 Lunaris palette

Share this palette to:

💻 Lunaris color palette CSS

/* CSS */
.color-1 {
color: #4c708a;
}
.color-2 {
color: #a9c3d1;
}
.color-3 {
color: #e3f2f1;
}
.color-4 {
color: #f6e7c1;
}
.color-5 {
color: #f9b3ae;
}

/* CSS Variables */
:root {
--color-1: #4c708a;
--color-2: #a9c3d1;
--color-3: #e3f2f1;
--color-4: #f6e7c1;
--color-5: #f9b3ae;
}

🌈 Lunaris background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c708a, #a9c3d1, #e3f2f1, #f6e7c1, #f9b3ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c708a, #a9c3d1, #e3f2f1, #f6e7c1, #f9b3ae);
}

Lunaris color palette created on .