Lunarian Color Palette

Discover the beautiful Lunarian color palette featuring danube (#799cd7), regent st blue (#a3c7e6), catskill white (#e0e6f0), wheat (#f6d0b1) and rose bud (#f9a4a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Cream, Moon, Soft, Spring, Tropical, White 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 Lunarian palette

Share this palette to:

💻 Lunarian color palette CSS

/* CSS */
.color-1 {
color: #799cd7;
}
.color-2 {
color: #a3c7e6;
}
.color-3 {
color: #e0e6f0;
}
.color-4 {
color: #f6d0b1;
}
.color-5 {
color: #f9a4a4;
}

/* CSS Variables */
:root {
--color-1: #799cd7;
--color-2: #a3c7e6;
--color-3: #e0e6f0;
--color-4: #f6d0b1;
--color-5: #f9a4a4;
}

🌈 Lunarian background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799cd7, #a3c7e6, #e0e6f0, #f6d0b1, #f9a4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799cd7, #a3c7e6, #e0e6f0, #f6d0b1, #f9a4a4);
}

Lunarian color palette created on .