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:

Imagen PNG de la paleta de colores Whispers of Elegance

Download whispers of elegance color palette PNG image (landscape)
Download whispers of elegance color palette PNG image (square)

CSS de la paleta de colores Whispers of Elegance

/* CSS */
.color-1 {
color: #e0b2b2;
}
.color-2 {
color: #b7a4a4;
}
.color-3 {
color: #f0d6e2;
}
.color-4 {
color: #f5e5f5;
}
.color-5 {
color: #d1d1d1;
}

/* CSS Variables */
:root {
--color-1: #e0b2b2;
--color-2: #b7a4a4;
--color-3: #f0d6e2;
--color-4: #f5e5f5;
--color-5: #d1d1d1;
}

CSS del degradado de fondo Whispers of Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b2b2, #b7a4a4, #f0d6e2, #f5e5f5, #d1d1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b2b2, #b7a4a4, #f0d6e2, #f5e5f5, #d1d1d1);
}

Whispers of Elegance color palette created on .