Paleta de colores Autumn Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Whisper palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Autumn Whisper

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

CSS de la paleta de colores Autumn Whisper

/* CSS */
.color-1 {
color: #dfad6d;
}
.color-2 {
color: #e49e49;
}
.color-3 {
color: #cb701a;
}
.color-4 {
color: #a23916;
}
.color-5 {
color: #8a1a14;
}

/* CSS Variables */
:root {
--color-1: #dfad6d;
--color-2: #e49e49;
--color-3: #cb701a;
--color-4: #a23916;
--color-5: #8a1a14;
}

CSS del degradado de fondo Autumn Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfad6d, #e49e49, #cb701a, #a23916, #8a1a14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfad6d, #e49e49, #cb701a, #a23916, #8a1a14);
}

Autumn Whisper color palette created on .