Fleece Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fleece Whisper palette

Share this palette to:

Fleece Whisper color palette CSS

/* CSS */
.color-1 {
color: #d5c2b3;
}
.color-2 {
color: #e7e5d0;
}
.color-3 {
color: #f2e9d4;
}
.color-4 {
color: #f9d69f;
}
.color-5 {
color: #f5bf9e;
}

/* CSS Variables */
:root {
--color-1: #d5c2b3;
--color-2: #e7e5d0;
--color-3: #f2e9d4;
--color-4: #f9d69f;
--color-5: #f5bf9e;
}

Fleece Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c2b3, #e7e5d0, #f2e9d4, #f9d69f, #f5bf9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c2b3, #e7e5d0, #f2e9d4, #f9d69f, #f5bf9e);
}

Fleece Whisper color palette created on .