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: #6b4c94;
}
.color-2 {
color: #b17c9a;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #3e8e41;
}

/* CSS Variables */
:root {
--color-1: #6b4c94;
--color-2: #b17c9a;
--color-3: #fab700;
--color-4: #f6d55a;
--color-5: #3e8e41;
}

Whispers of Sorrow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b4c94, #b17c9a, #fab700, #f6d55a, #3e8e41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b4c94, #b17c9a, #fab700, #f6d55a, #3e8e41);
}

Whispers of Sorrow color palette created on .