Paleta de colores Whispers of Soft Light

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Soft Light palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Soft Light

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafcf8;
}
.color-3 {
color: #f0f2ee;
}
.color-4 {
color: #e9e9e7;
}
.color-5 {
color: #e0e2df;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafcf8;
--color-3: #f0f2ee;
--color-4: #e9e9e7;
--color-5: #e0e2df;
}

CSS del degradado de fondo Whispers of Soft Light

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafcf8, #f0f2ee, #e9e9e7, #e0e2df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafcf8, #f0f2ee, #e9e9e7, #e0e2df);
}

Whispers of Soft Light color palette created on .