Faded Whispers of Decay Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Faded Whispers of Decay palette

Condividi questa palette a:

tavolozza dei colori Faded Whispers of Decay 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;
}

CSS con gradiente di sfondo Faded Whispers of Decay

/* 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 .