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: #ebe8b2;
}
.color-2 {
color: #f1b2a2;
}
.color-3 {
color: #f5d7c7;
}
.color-4 {
color: #f4c3d6;
}
.color-5 {
color: #f5b2d0;
}

/* CSS Variables */
:root {
--color-1: #ebe8b2;
--color-2: #f1b2a2;
--color-3: #f5d7c7;
--color-4: #f4c3d6;
--color-5: #f5b2d0;
}

CSS del degradado de fondo Whispers of Softness

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebe8b2, #f1b2a2, #f5d7c7, #f4c3d6, #f5b2d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebe8b2, #f1b2a2, #f5d7c7, #f4c3d6, #f5b2d0);
}

Whispers of Softness color palette created on .