Grim Wolf Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grim Wolf palette
Color Inspiration
Images that showcase this color palette in real designs
Download Grim Wolf Color Palette (PNG)
Grim Wolf color palette CSS
/* CSS */
.color-1 {
color: #4a4d54;
}
.color-2 {
color: #696e72;
}
.color-3 {
color: #8c9ca1;
}
.color-4 {
color: #a4b1b7;
}
.color-5 {
color: #c2c8cc;
}
/* CSS Variables */
:root {
--color-1: #4a4d54;
--color-2: #696e72;
--color-3: #8c9ca1;
--color-4: #a4b1b7;
--color-5: #c2c8cc;
}
Grim Wolf background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d54, #696e72, #8c9ca1, #a4b1b7, #c2c8cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d54, #696e72, #8c9ca1, #a4b1b7, #c2c8cc);
}
Similar color palettes
Grim Wolf color palette created on .