Paleta de colores Dark Blood Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Blood Red palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dark Blood Red

Download dark blood red color palette PNG image (landscape)
Download dark blood red color palette PNG image (square)

CSS de la paleta de colores Dark Blood Red

/* CSS */
.color-1 {
color: #6d1c3d;
}
.color-2 {
color: #9c494f;
}
.color-3 {
color: #c7757b;
}
.color-4 {
color: #e4afb4;
}
.color-5 {
color: #f7d4d4;
}

/* CSS Variables */
:root {
--color-1: #6d1c3d;
--color-2: #9c494f;
--color-3: #c7757b;
--color-4: #e4afb4;
--color-5: #f7d4d4;
}

CSS del degradado de fondo Dark Blood Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d1c3d, #9c494f, #c7757b, #e4afb4, #f7d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d1c3d, #9c494f, #c7757b, #e4afb4, #f7d4d4);
}

Dark Blood Red color palette created on .