Soft Wool Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Wool Whisper palette

Share this palette to:

Soft Wool Whisper color palette CSS

/* 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;
}

Soft Wool Whisper background gradient CSS

/* 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 .