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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Moody color palette created on .