Paleta de colores Whispers of Soft Silk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Soft Silk palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Soft Silk

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfdfc;
}
.color-3 {
color: #faf8f5;
}
.color-4 {
color: #f4f0eb;
}
.color-5 {
color: #dacfcd;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfc;
--color-3: #faf8f5;
--color-4: #f4f0eb;
--color-5: #dacfcd;
}

CSS del degradado de fondo Whispers of Soft Silk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfc, #faf8f5, #f4f0eb, #dacfcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfc, #faf8f5, #f4f0eb, #dacfcd);
}

Whispers of Soft Silk color palette created on .