Bloodmoon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bloodmoon palette

Share this palette to:

Bloodmoon color palette CSS

/* CSS */
.color-1 {
color: #682c2e;
}
.color-2 {
color: #9e4c4f;
}
.color-3 {
color: #d7797b;
}
.color-4 {
color: #f4b3b5;
}
.color-5 {
color: #fdd3d5;
}

/* CSS Variables */
:root {
--color-1: #682c2e;
--color-2: #9e4c4f;
--color-3: #d7797b;
--color-4: #f4b3b5;
--color-5: #fdd3d5;
}

Bloodmoon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c2e, #9e4c4f, #d7797b, #f4b3b5, #fdd3d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c2e, #9e4c4f, #d7797b, #f4b3b5, #fdd3d5);
}

Bloodmoon color palette created on .