Paleta de colores Whispers of Autumn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Autumn palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Autumn

/* CSS */
.color-1 {
color: #d6f0e4;
}
.color-2 {
color: #ecc3a1;
}
.color-3 {
color: #f3af81;
}
.color-4 {
color: #7f8790;
}
.color-5 {
color: #a8674d;
}

/* CSS Variables */
:root {
--color-1: #d6f0e4;
--color-2: #ecc3a1;
--color-3: #f3af81;
--color-4: #7f8790;
--color-5: #a8674d;
}

CSS del degradado de fondo Whispers of Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6f0e4, #ecc3a1, #f3af81, #7f8790, #a8674d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6f0e4, #ecc3a1, #f3af81, #7f8790, #a8674d);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 1 paleta de colores Soft teal

Whispers of Autumn color palette created on .