Whispers of Melancholy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Melancholy palette

Share this palette to:

Download Whispers of Melancholy Color Palette (PNG)

Download whispers of melancholy color palette PNG image (landscape)
Download whispers of melancholy color palette PNG image (square)

Whispers of Melancholy color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #79599b;
}
.color-3 {
color: #9e7dbf;
}
.color-4 {
color: #caa0c8;
}
.color-5 {
color: #e3b5d4;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #79599b;
--color-3: #9e7dbf;
--color-4: #caa0c8;
--color-5: #e3b5d4;
}

Whispers of Melancholy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #79599b, #9e7dbf, #caa0c8, #e3b5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #79599b, #9e7dbf, #caa0c8, #e3b5d4);
}

Whispers of Melancholy color palette created on .