Bloodmoon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bloodmoon palette
Bloodmoon color palette PNG image
Bloodmoon color palette CSS
/* CSS */
.color-1 {
color: #8c3b3b;
}
.color-2 {
color: #b64949;
}
.color-3 {
color: #d86f6f;
}
.color-4 {
color: #ebae4c;
}
.color-5 {
color: #c76b6b;
}
/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #b64949;
--color-3: #d86f6f;
--color-4: #ebae4c;
--color-5: #c76b6b;
}
Bloodmoon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #b64949, #d86f6f, #ebae4c, #c76b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #b64949, #d86f6f, #ebae4c, #c76b6b);
}
Similar color palettes
Bloodmoon color palette created on .