Blood Moon Color Palette
Discover the beautiful Blood Moon color palette featuring sandy brown (#f79674), rose bud (#fbab8e), your pink (#fec8be), tuft bush (#ffe1cd) and serenade (#fff5eb).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Blood Moon palette
๐ป Blood Moon color palette CSS
/* CSS */
.color-1 {
color: #f79674;
}
.color-2 {
color: #fbab8e;
}
.color-3 {
color: #fec8be;
}
.color-4 {
color: #ffe1cd;
}
.color-5 {
color: #fff5eb;
}
/* CSS Variables */
:root {
--color-1: #f79674;
--color-2: #fbab8e;
--color-3: #fec8be;
--color-4: #ffe1cd;
--color-5: #fff5eb;
} ๐ Blood Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f79674, #fbab8e, #fec8be, #ffe1cd, #fff5eb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f79674, #fbab8e, #fec8be, #ffe1cd, #fff5eb);
} ๐ Explore similar color palettes
Blood Moon color palette created on .