Wolf Fur Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wolf Fur palette

Share this palette to:

Download Wolf Fur Color Palette (PNG)

Download wolf fur color palette PNG image (landscape)
Download wolf fur color palette PNG image (square)

Wolf Fur color palette CSS

/* CSS */
.color-1 {
color: #b9c9da;
}
.color-2 {
color: #a5b9d5;
}
.color-3 {
color: #7d9bbf;
}
.color-4 {
color: #4d7c99;
}
.color-5 {
color: #3c5a67;
}

/* CSS Variables */
:root {
--color-1: #b9c9da;
--color-2: #a5b9d5;
--color-3: #7d9bbf;
--color-4: #4d7c99;
--color-5: #3c5a67;
}

Wolf Fur background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9c9da, #a5b9d5, #7d9bbf, #4d7c99, #3c5a67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9c9da, #a5b9d5, #7d9bbf, #4d7c99, #3c5a67);
}

Wolf Fur color palette created on .