Faded Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Faded Whispers palette
Faded Whispers color palette PNG image
Faded Whispers color palette CSS
/* CSS */
.color-1 {
color: #ad7b9a;
}
.color-2 {
color: #d09aab;
}
.color-3 {
color: #efc2ae;
}
.color-4 {
color: #ecd483;
}
.color-5 {
color: #d0dfc8;
}
/* CSS Variables */
:root {
--color-1: #ad7b9a;
--color-2: #d09aab;
--color-3: #efc2ae;
--color-4: #ecd483;
--color-5: #d0dfc8;
}
Faded Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad7b9a, #d09aab, #efc2ae, #ecd483, #d0dfc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad7b9a, #d09aab, #efc2ae, #ecd483, #d0dfc8);
}
Similar color palettes
Faded Whispers color palette created on .