Paleta de colores Soft Autumn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Autumn palette
Imagen PNG de la paleta de colores Soft Autumn
CSS de la paleta de colores Soft Autumn
/* CSS */
.color-1 {
color: #5b473e;
}
.color-2 {
color: #7d5b4f;
}
.color-3 {
color: #a7796c;
}
.color-4 {
color: #d1af9f;
}
.color-5 {
color: #e2cdc5;
}
/* CSS Variables */
:root {
--color-1: #5b473e;
--color-2: #7d5b4f;
--color-3: #a7796c;
--color-4: #d1af9f;
--color-5: #e2cdc5;
}
CSS del degradado de fondo Soft Autumn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b473e, #7d5b4f, #a7796c, #d1af9f, #e2cdc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b473e, #7d5b4f, #a7796c, #d1af9f, #e2cdc5);
}
Paletas de colores similares
Soft Autumn color palette created on .