Paleta de colores Grim Reaper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Grim Reaper palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Grim Reaper

Download grim reaper color palette PNG image (landscape)
Download grim reaper color palette PNG image (square)

CSS de la paleta de colores Grim Reaper

/* 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;
}

CSS del degradado de fondo Grim Reaper

/* 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);
}

Grim Reaper color palette created on .