Moody Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moody palette

Share this palette to:

Moody color palette PNG image

Download moody color palette PNG image (landscape)
Download moody color palette PNG image (square)

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 .