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

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Beach, Coral, Cream, Light, Peach, Pink, Soft, Summer, Warm color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Blood Moon color palette created on .