Paleta de colores Soft Wool Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Wool Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Wool Whisper

/* CSS */
.color-1 {
color: #f6efe4;
}
.color-2 {
color: #e3caba;
}
.color-3 {
color: #d9b7a0;
}
.color-4 {
color: #c89e89;
}
.color-5 {
color: #b7897b;
}

/* CSS Variables */
:root {
--color-1: #f6efe4;
--color-2: #e3caba;
--color-3: #d9b7a0;
--color-4: #c89e89;
--color-5: #b7897b;
}

CSS del degradado de fondo Soft Wool Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6efe4, #e3caba, #d9b7a0, #c89e89, #b7897b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6efe4, #e3caba, #d9b7a0, #c89e89, #b7897b);
}

Soft Wool Whisper color palette created on .