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: #f7d4d4;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #e4d2b4;
}
.color-4 {
color: #e5d6b8;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #f7d4d4;
--color-2: #f1c6a7;
--color-3: #e4d2b4;
--color-4: #e5d6b8;
--color-5: #ffffff;
}

CSS del degradado de fondo Whispers of Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d4d4, #f1c6a7, #e4d2b4, #e5d6b8, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d4d4, #f1c6a7, #e4d2b4, #e5d6b8, #ffffff);
}

Whispers of Elegance color palette created on .