Paleta de colores Whispers of Softness

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Softness palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Softness

/* CSS */
.color-1 {
color: #ede9ea;
}
.color-2 {
color: #ece9ea;
}
.color-3 {
color: #eae6e7;
}
.color-4 {
color: #e9e2e3;
}
.color-5 {
color: #e4dcdd;
}

/* CSS Variables */
:root {
--color-1: #ede9ea;
--color-2: #ece9ea;
--color-3: #eae6e7;
--color-4: #e9e2e3;
--color-5: #e4dcdd;
}

CSS del degradado de fondo Whispers of Softness

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ede9ea, #ece9ea, #eae6e7, #e9e2e3, #e4dcdd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ede9ea, #ece9ea, #eae6e7, #e9e2e3, #e4dcdd);
}

Whispers of Softness color palette created on .