Paleta de colores Warm Autumn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Autumn palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Autumn

/* CSS */
.color-1 {
color: #c05f2a;
}
.color-2 {
color: #d59f4d;
}
.color-3 {
color: #e0c2a3;
}
.color-4 {
color: #e9b7a0;
}
.color-5 {
color: #f0e9db;
}

/* CSS Variables */
:root {
--color-1: #c05f2a;
--color-2: #d59f4d;
--color-3: #e0c2a3;
--color-4: #e9b7a0;
--color-5: #f0e9db;
}

CSS del degradado de fondo Warm Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c05f2a, #d59f4d, #e0c2a3, #e9b7a0, #f0e9db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c05f2a, #d59f4d, #e0c2a3, #e9b7a0, #f0e9db);
}

Warm Autumn color palette created on .