Paleta de colores Whispers of Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Elegance

/* CSS */
.color-1 {
color: #e2b7a1;
}
.color-2 {
color: #d9b99b;
}
.color-3 {
color: #d4c3af;
}
.color-4 {
color: #c4a79c;
}
.color-5 {
color: #bfa6a1;
}

/* CSS Variables */
:root {
--color-1: #e2b7a1;
--color-2: #d9b99b;
--color-3: #d4c3af;
--color-4: #c4a79c;
--color-5: #bfa6a1;
}

CSS del degradado de fondo Whispers of Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b7a1, #d9b99b, #d4c3af, #c4a79c, #bfa6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b7a1, #d9b99b, #d4c3af, #c4a79c, #bfa6a1);
}

Whispers of Elegance color palette created on .