Faded Whispers of Decay Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Faded Whispers of Decay palette

Share this palette to:

Faded Whispers of Decay color palette CSS

/* CSS */
.color-1 {
color: #6b8e3e;
}
.color-2 {
color: #b2c94a;
}
.color-3 {
color: #f8e29b;
}
.color-4 {
color: #d68a38;
}
.color-5 {
color: #a84e3e;
}

/* CSS Variables */
:root {
--color-1: #6b8e3e;
--color-2: #b2c94a;
--color-3: #f8e29b;
--color-4: #d68a38;
--color-5: #a84e3e;
}

Faded Whispers of Decay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8e3e, #b2c94a, #f8e29b, #d68a38, #a84e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8e3e, #b2c94a, #f8e29b, #d68a38, #a84e3e);
}

Faded Whispers of Decay color palette created on .