Paleta de colores Mr Bloody

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mr Bloody palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Mr Bloody

Download mr bloody color palette PNG image (landscape)
Download mr bloody color palette PNG image (square)

CSS de la paleta de colores Mr Bloody

/* CSS */
.color-1 {
color: #682c42;
}
.color-2 {
color: #8c3b4e;
}
.color-3 {
color: #b1596c;
}
.color-4 {
color: #e6b7c1;
}
.color-5 {
color: #f9d4d2;
}

/* CSS Variables */
:root {
--color-1: #682c42;
--color-2: #8c3b4e;
--color-3: #b1596c;
--color-4: #e6b7c1;
--color-5: #f9d4d2;
}

CSS del degradado de fondo Mr Bloody

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c42, #8c3b4e, #b1596c, #e6b7c1, #f9d4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c42, #8c3b4e, #b1596c, #e6b7c1, #f9d4d2);
}

Mr Bloody color palette created on .