Looks to the Moon Color Palette

Discover the beautiful Looks to the Moon color palette featuring cornflower (#9fc4e9), ship cove (#789dba), horizon (#5c8099), new orleans (#f3d4a0) and cavern pink (#e2b1c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Gray, Light, Moon, Pastel, Peach, Soft 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 Looks to the Moon palette

Share this palette to:

💻 Looks to the Moon color palette CSS

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #789dba;
}
.color-3 {
color: #5c8099;
}
.color-4 {
color: #f3d4a0;
}
.color-5 {
color: #e2b1c5;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #789dba;
--color-3: #5c8099;
--color-4: #f3d4a0;
--color-5: #e2b1c5;
}

🌈 Looks to the Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #789dba, #5c8099, #f3d4a0, #e2b1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #789dba, #5c8099, #f3d4a0, #e2b1c5);
}

Looks to the Moon color palette created on .