Paleta de colores Whispers of Autumn Grove

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Autumn Grove palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Autumn Grove

/* CSS */
.color-1 {
color: #f7dec0;
}
.color-2 {
color: #8eaf96;
}
.color-3 {
color: #798c73;
}
.color-4 {
color: #595f64;
}
.color-5 {
color: #b12b60;
}

/* CSS Variables */
:root {
--color-1: #f7dec0;
--color-2: #8eaf96;
--color-3: #798c73;
--color-4: #595f64;
--color-5: #b12b60;
}

CSS del degradado de fondo Whispers of Autumn Grove

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7dec0, #8eaf96, #798c73, #595f64, #b12b60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7dec0, #8eaf96, #798c73, #595f64, #b12b60);
}

Whispers of Autumn Grove color palette created on .