Cream Moon Color Palette

Discover the beautiful Cream Moon color palette featuring albescent white (#f7e6d4), just right (#e9c8b4), tan (#d3a68d), teak (#b6906d) and limed oak (#a57a55).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Earthy, Light, Modern, Moon, Neutral, Soft, Spring, Summer, 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 Cream Moon palette

Share this palette to:

💻 Cream Moon color palette CSS

/* CSS */
.color-1 {
color: #f7e6d4;
}
.color-2 {
color: #e9c8b4;
}
.color-3 {
color: #d3a68d;
}
.color-4 {
color: #b6906d;
}
.color-5 {
color: #a57a55;
}

/* CSS Variables */
:root {
--color-1: #f7e6d4;
--color-2: #e9c8b4;
--color-3: #d3a68d;
--color-4: #b6906d;
--color-5: #a57a55;
}

🌈 Cream Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6d4, #e9c8b4, #d3a68d, #b6906d, #a57a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6d4, #e9c8b4, #d3a68d, #b6906d, #a57a55);
}

Cream Moon color palette created on .