Paleta de colores Autumn to Winter Transition

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn to Winter Transition palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Autumn to Winter Transition

Download autumn to winter transition color palette PNG image (landscape)
Download autumn to winter transition color palette PNG image (square)

CSS de la paleta de colores Autumn to Winter Transition

/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #e0af7b;
}
.color-4 {
color: #afc3cf;
}
.color-5 {
color: #609d9f;
}

/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #c19b6c;
--color-3: #e0af7b;
--color-4: #afc3cf;
--color-5: #609d9f;
}

CSS del degradado de fondo Autumn to Winter Transition

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #c19b6c, #e0af7b, #afc3cf, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #c19b6c, #e0af7b, #afc3cf, #609d9f);
}

Autumn to Winter Transition color palette created on .