Paleta de colores Faded Whispers of Decay
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Faded Whispers of Decay palette
CSS de la paleta de colores Faded Whispers of Decay
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Faded Whispers of Decay color palette created on .