Faded Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Faded Whispers palette

Share this palette to:

Faded Whispers color palette PNG image

Download faded whispers color palette PNG image (landscape)
Download faded whispers color palette PNG image (square)

Faded Whispers color palette CSS

/* CSS */
.color-1 {
color: #7b4b8b;
}
.color-2 {
color: #be6f9a;
}
.color-3 {
color: #f5a48a;
}
.color-4 {
color: #f9d348;
}
.color-5 {
color: #a6d9b8;
}

/* CSS Variables */
:root {
--color-1: #7b4b8b;
--color-2: #be6f9a;
--color-3: #f5a48a;
--color-4: #f9d348;
--color-5: #a6d9b8;
}

Faded Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4b8b, #be6f9a, #f5a48a, #f9d348, #a6d9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4b8b, #be6f9a, #f5a48a, #f9d348, #a6d9b8);
}

Faded Whispers color palette created on .