Paleta de colores Red withered
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red withered palette
CSS de la paleta de colores Red withered
/* CSS */
.color-1 {
color: #d09a9a;
}
.color-2 {
color: #c57d7d;
}
.color-3 {
color: #b55a5a;
}
.color-4 {
color: #a63f3f;
}
.color-5 {
color: #8e2525;
}
/* CSS Variables */
:root {
--color-1: #d09a9a;
--color-2: #c57d7d;
--color-3: #b55a5a;
--color-4: #a63f3f;
--color-5: #8e2525;
}
CSS del degradado de fondo Red withered
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d09a9a, #c57d7d, #b55a5a, #a63f3f, #8e2525);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d09a9a, #c57d7d, #b55a5a, #a63f3f, #8e2525);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Otoño
Red withered color palette created on .