Paleta de colores Red Murder Scene

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Murder Scene palette

Compartir esta paleta en:

CSS de la paleta de colores Red Murder Scene

/* CSS */
.color-1 {
color: #5c0f15;
}
.color-2 {
color: #981f25;
}
.color-3 {
color: #c85b5c;
}
.color-4 {
color: #e9a7a0;
}
.color-5 {
color: #f2d4d4;
}

/* CSS Variables */
:root {
--color-1: #5c0f15;
--color-2: #981f25;
--color-3: #c85b5c;
--color-4: #e9a7a0;
--color-5: #f2d4d4;
}

CSS del degradado de fondo Red Murder Scene

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c0f15, #981f25, #c85b5c, #e9a7a0, #f2d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c0f15, #981f25, #c85b5c, #e9a7a0, #f2d4d4);
}

Red Murder Scene color palette created on .