Paleta de colores Autumn Spice Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Spice Delight palette

Compartir esta paleta en:

Descargar la paleta de colores Autumn Spice Delight (PNG)

Download autumn spice delight color palette PNG image (landscape)
Download autumn spice delight color palette PNG image (square)

CSS de la paleta de colores Autumn Spice Delight

/* CSS */
.color-1 {
color: #7e4e3e;
}
.color-2 {
color: #b05b4a;
}
.color-3 {
color: #f2a15a;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #dfa39f;
}

/* CSS Variables */
:root {
--color-1: #7e4e3e;
--color-2: #b05b4a;
--color-3: #f2a15a;
--color-4: #f4cf3e;
--color-5: #dfa39f;
}

CSS del degradado de fondo Autumn Spice Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4e3e, #b05b4a, #f2a15a, #f4cf3e, #dfa39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4e3e, #b05b4a, #f2a15a, #f4cf3e, #dfa39f);
}

Autumn Spice Delight color palette created on .