Mr Bloody Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mr Bloody palette

Share this palette to:

Mr Bloody color palette PNG image

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

Mr Bloody color palette CSS

/* 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;
}

Mr Bloody background gradient CSS

/* 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 .