Whispers of Sorrow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Sorrow palette

Share this palette to:

Whispers of Sorrow color palette CSS

/* CSS */
.color-1 {
color: #5d5e7e;
}
.color-2 {
color: #b5a4da;
}
.color-3 {
color: #e6a7c3;
}
.color-4 {
color: #f5b9a3;
}
.color-5 {
color: #f4c4a4;
}

/* CSS Variables */
:root {
--color-1: #5d5e7e;
--color-2: #b5a4da;
--color-3: #e6a7c3;
--color-4: #f5b9a3;
--color-5: #f4c4a4;
}

Whispers of Sorrow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d5e7e, #b5a4da, #e6a7c3, #f5b9a3, #f4c4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d5e7e, #b5a4da, #e6a7c3, #f5b9a3, #f4c4a4);
}

Whispers of Sorrow color palette created on .