Bloody Circus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bloody Circus palette

Share this palette to:

Download Bloody Circus Color Palette (PNG)

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

Bloody Circus color palette CSS

/* CSS */
.color-1 {
color: #b75c65;
}
.color-2 {
color: #d97d89;
}
.color-3 {
color: #f1b6c7;
}
.color-4 {
color: #fce4b0;
}
.color-5 {
color: #b8c8a7;
}

/* CSS Variables */
:root {
--color-1: #b75c65;
--color-2: #d97d89;
--color-3: #f1b6c7;
--color-4: #fce4b0;
--color-5: #b8c8a7;
}

Bloody Circus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b75c65, #d97d89, #f1b6c7, #fce4b0, #b8c8a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b75c65, #d97d89, #f1b6c7, #fce4b0, #b8c8a7);
}

Bloody Circus color palette created on .