Rotten Moon Color Palette

Discover the beautiful Rotten Moon color palette featuring chicago (#5b5d56), barley corn (#9b9c54), laser (#d0c36c), new orleans (#f1d7a7) and manhattan (#f4b4a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Soft, Green, Gray, Cream, Light, Warm, Vintage, Nature, Autumn 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 Rotten Moon palette

Share this palette to:

💻 Rotten Moon color palette CSS

/* CSS */
.color-1 {
color: #5b5d56;
}
.color-2 {
color: #9b9c54;
}
.color-3 {
color: #d0c36c;
}
.color-4 {
color: #f1d7a7;
}
.color-5 {
color: #f4b4a4;
}

/* CSS Variables */
:root {
--color-1: #5b5d56;
--color-2: #9b9c54;
--color-3: #d0c36c;
--color-4: #f1d7a7;
--color-5: #f4b4a4;
}

🌈 Rotten Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b5d56, #9b9c54, #d0c36c, #f1d7a7, #f4b4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b5d56, #9b9c54, #d0c36c, #f1d7a7, #f4b4a4);
}

Rotten Moon color palette created on .