Paleta de colores Whispers of Autumn Velvet

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Autumn Velvet palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Autumn Velvet

/* CSS */
.color-1 {
color: #ebcdb2;
}
.color-2 {
color: #c5ad9b;
}
.color-3 {
color: #a99184;
}
.color-4 {
color: #97775e;
}
.color-5 {
color: #5d508b;
}

/* CSS Variables */
:root {
--color-1: #ebcdb2;
--color-2: #c5ad9b;
--color-3: #a99184;
--color-4: #97775e;
--color-5: #5d508b;
}

CSS del degradado de fondo Whispers of Autumn Velvet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebcdb2, #c5ad9b, #a99184, #97775e, #5d508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebcdb2, #c5ad9b, #a99184, #97775e, #5d508b);
}

Whispers of Autumn Velvet color palette created on .