Paleta de colores Dark Red Horror

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Red Horror palette

Compartir esta paleta en:

CSS de la paleta de colores Dark Red Horror

/* CSS */
.color-1 {
color: #5b3e3e;
}
.color-2 {
color: #7b4c4c;
}
.color-3 {
color: #9e6b6b;
}
.color-4 {
color: #d78e8e;
}
.color-5 {
color: #f4b8b8;
}

/* CSS Variables */
:root {
--color-1: #5b3e3e;
--color-2: #7b4c4c;
--color-3: #9e6b6b;
--color-4: #d78e8e;
--color-5: #f4b8b8;
}

CSS del degradado de fondo Dark Red Horror

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3e3e, #7b4c4c, #9e6b6b, #d78e8e, #f4b8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3e3e, #7b4c4c, #9e6b6b, #d78e8e, #f4b8b8);
}

Dark Red Horror color palette created on .