Paleta de colores Whispers of Soft Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Soft Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Soft Elegance

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfcfc;
}
.color-3 {
color: #fafafa;
}
.color-4 {
color: #ebebef;
}
.color-5 {
color: #d1cede;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #fafafa;
--color-4: #ebebef;
--color-5: #d1cede;
}

CSS del degradado de fondo Whispers of Soft Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #fafafa, #ebebef, #d1cede);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #fafafa, #ebebef, #d1cede);
}

Whispers of Soft Elegance color palette created on .