Paleta de colores Whispers of Autumn Harvest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Autumn Harvest palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Autumn Harvest

/* CSS */
.color-1 {
color: #fcf3e3;
}
.color-2 {
color: #efe6d7;
}
.color-3 {
color: #f0e4cc;
}
.color-4 {
color: #c8bfac;
}
.color-5 {
color: #e7a474;
}

/* CSS Variables */
:root {
--color-1: #fcf3e3;
--color-2: #efe6d7;
--color-3: #f0e4cc;
--color-4: #c8bfac;
--color-5: #e7a474;
}

CSS del degradado de fondo Whispers of Autumn Harvest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf3e3, #efe6d7, #f0e4cc, #c8bfac, #e7a474);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf3e3, #efe6d7, #f0e4cc, #c8bfac, #e7a474);
}

Whispers of Autumn Harvest color palette created on .