Grey Werewolf Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grey Werewolf palette
Grey Werewolf color palette CSS
/* CSS */
.color-1 {
color: #4b4b4e;
}
.color-2 {
color: #797a7c;
}
.color-3 {
color: #a7a7aa;
}
.color-4 {
color: #e5c2c3;
}
.color-5 {
color: #d95b59;
}
/* CSS Variables */
:root {
--color-1: #4b4b4e;
--color-2: #797a7c;
--color-3: #a7a7aa;
--color-4: #e5c2c3;
--color-5: #d95b59;
}
Grey Werewolf background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4b4e, #797a7c, #a7a7aa, #e5c2c3, #d95b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4b4e, #797a7c, #a7a7aa, #e5c2c3, #d95b59);
}
Similar color palettes
Grey Werewolf color palette created on .