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: #3d0a0f;
}
.color-2 {
color: #691b1e;
}
.color-3 {
color: #9e2e32;
}
.color-4 {
color: #e15658;
}
.color-5 {
color: #f8bba5;
}

/* CSS Variables */
:root {
--color-1: #3d0a0f;
--color-2: #691b1e;
--color-3: #9e2e32;
--color-4: #e15658;
--color-5: #f8bba5;
}

Blood Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0f, #691b1e, #9e2e32, #e15658, #f8bba5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0f, #691b1e, #9e2e32, #e15658, #f8bba5);
}

Blood Moon color palette created on .