Wolf Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wolf palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wolf Color Palette (PNG)
Wolf color palette CSS
/* CSS */
.color-1 {
color: #9fa5b2;
}
.color-2 {
color: #7d7c92;
}
.color-3 {
color: #4e4e5f;
}
.color-4 {
color: #3a3c45;
}
.color-5 {
color: #1d1d20;
}
/* CSS Variables */
:root {
--color-1: #9fa5b2;
--color-2: #7d7c92;
--color-3: #4e4e5f;
--color-4: #3a3c45;
--color-5: #1d1d20;
}
Wolf background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fa5b2, #7d7c92, #4e4e5f, #3a3c45, #1d1d20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fa5b2, #7d7c92, #4e4e5f, #3a3c45, #1d1d20);
}
Similar color palettes
Wolf color palette created on .