Melancholy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Melancholy palette

Share this palette to:

Melancholy color palette CSS

/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #8e7dba;
}
.color-3 {
color: #b7a6d9;
}
.color-4 {
color: #efe1f4;
}
.color-5 {
color: #f9a4b1;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #8e7dba;
--color-3: #b7a6d9;
--color-4: #efe1f4;
--color-5: #f9a4b1;
}

Melancholy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #8e7dba, #b7a6d9, #efe1f4, #f9a4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #8e7dba, #b7a6d9, #efe1f4, #f9a4b1);
}

Melancholy color palette created on .