Blood Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blood Moon palette

Share this palette to:

Blood Moon color palette CSS

/* CSS */
.color-1 {
color: #851b19;
}
.color-2 {
color: #cd2e23;
}
.color-3 {
color: #f45552;
}
.color-4 {
color: #fba579;
}
.color-5 {
color: #fde3ce;
}

/* CSS Variables */
:root {
--color-1: #851b19;
--color-2: #cd2e23;
--color-3: #f45552;
--color-4: #fba579;
--color-5: #fde3ce;
}

Blood Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #851b19, #cd2e23, #f45552, #fba579, #fde3ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #851b19, #cd2e23, #f45552, #fba579, #fde3ce);
}

Blood Moon color palette created on .