Wolf Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wolf palette

Share this palette to:

Download Wolf Color Palette (PNG)

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

Wolf color palette CSS

/* CSS */
.color-1 {
color: #bdc4d1;
}
.color-2 {
color: #a0a3ba;
}
.color-3 {
color: #7e829a;
}
.color-4 {
color: #6e7587;
}
.color-5 {
color: #636674;
}

/* CSS Variables */
:root {
--color-1: #bdc4d1;
--color-2: #a0a3ba;
--color-3: #7e829a;
--color-4: #6e7587;
--color-5: #636674;
}

Wolf background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdc4d1, #a0a3ba, #7e829a, #6e7587, #636674);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdc4d1, #a0a3ba, #7e829a, #6e7587, #636674);
}

Wolf color palette created on .