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: #efa4b0;
}
.color-2 {
color: #d9b2a1;
}
.color-3 {
color: #bfaf9c;
}
.color-4 {
color: #b0a67d;
}
.color-5 {
color: #7c9a6a;
}

/* CSS Variables */
:root {
--color-1: #efa4b0;
--color-2: #d9b2a1;
--color-3: #bfaf9c;
--color-4: #b0a67d;
--color-5: #7c9a6a;
}

CSS del degradado de fondo Whispers of Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efa4b0, #d9b2a1, #bfaf9c, #b0a67d, #7c9a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efa4b0, #d9b2a1, #bfaf9c, #b0a67d, #7c9a6a);
}

Whispers of Autumn color palette created on .