Paleta de colores Autumn Blaze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Blaze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Autumn Blaze

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

CSS de la paleta de colores Autumn Blaze

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffb36b;
}
.color-4 {
color: #f4d7a4;
}
.color-5 {
color: #f9f2e6;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9d5c;
--color-3: #ffb36b;
--color-4: #f4d7a4;
--color-5: #f9f2e6;
}

CSS del degradado de fondo Autumn Blaze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9d5c, #ffb36b, #f4d7a4, #f9f2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9d5c, #ffb36b, #f4d7a4, #f9f2e6);
}

Autumn Blaze color palette created on .