Moody Color Palette

Discover the beautiful Moody color palette featuring east bay (#4c3e70), rum (#6a5b8b), strikemaster (#9b6f8c), muddy waters (#bb8c5d) and hokey pokey (#d6a229).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Brown, Dark, Deep, Earthy, Gold, Modern, Purple, Vintage 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 Moody palette

Share this palette to:

๐Ÿ’ป Moody color palette CSS

/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #9b6f8c;
}
.color-4 {
color: #bb8c5d;
}
.color-5 {
color: #d6a229;
}

/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #6a5b8b;
--color-3: #9b6f8c;
--color-4: #bb8c5d;
--color-5: #d6a229;
}

๐ŸŒˆ Moody background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #6a5b8b, #9b6f8c, #bb8c5d, #d6a229);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #6a5b8b, #9b6f8c, #bb8c5d, #d6a229);
}

Moody color palette created on .