Paleta de colores Whispers of Autumn Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Autumn Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Autumn Elegance

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e3e3e3;
}
.color-3 {
color: #c6b9c2;
}
.color-4 {
color: #a98999;
}
.color-5 {
color: #cf8420;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e3e3e3;
--color-3: #c6b9c2;
--color-4: #a98999;
--color-5: #cf8420;
}

CSS del degradado de fondo Whispers of Autumn Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e3e3e3, #c6b9c2, #a98999, #cf8420);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e3e3e3, #c6b9c2, #a98999, #cf8420);
}

Whispers of Autumn Elegance color palette created on .