Paleta de colores Autumn Stream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Stream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Autumn Stream

Download autumn stream color palette PNG image (landscape)
Download autumn stream color palette PNG image (square)

CSS de la paleta de colores Autumn Stream

/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #d2691e;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #abff2e;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #d2691e;
--color-3: #ffd900;
--color-4: #ff8c00;
--color-5: #abff2e;
}

CSS del degradado de fondo Autumn Stream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #d2691e, #ffd900, #ff8c00, #abff2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #d2691e, #ffd900, #ff8c00, #abff2e);
}

Autumn Stream color palette created on .