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