Paleta de colores Bleeding Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bleeding Red palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Bleeding Red

Download bleeding red color palette PNG image (landscape)
Download bleeding red color palette PNG image (square)

CSS de la paleta de colores Bleeding Red

/* CSS */
.color-1 {
color: #8d0c0c;
}
.color-2 {
color: #7e150c;
}
.color-3 {
color: #741715;
}
.color-4 {
color: #971c11;
}
.color-5 {
color: #a7271b;
}

/* CSS Variables */
:root {
--color-1: #8d0c0c;
--color-2: #7e150c;
--color-3: #741715;
--color-4: #971c11;
--color-5: #a7271b;
}

CSS del degradado de fondo Bleeding Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d0c0c, #7e150c, #741715, #971c11, #a7271b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d0c0c, #7e150c, #741715, #971c11, #a7271b);
}

Bleeding Red color palette created on .