Nezuko Bloom Color Palette

Discover the beautiful Nezuko Bloom color palette featuring cerise red (#e92f80), light orchid (#e2a2c1), akaroa (#d8c4b0), patina (#5a8b8c) and turquoise blue (#49e1e4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Coral, Aqua, Bright, Fun, Anime, Soft Summer, Light Spring, Teal, Flower 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 Nezuko Bloom palette

Share this palette to:

💻 Nezuko Bloom color palette CSS

/* CSS */
.color-1 {
color: #e92f80;
}
.color-2 {
color: #e2a2c1;
}
.color-3 {
color: #d8c4b0;
}
.color-4 {
color: #5a8b8c;
}
.color-5 {
color: #49e1e4;
}

/* CSS Variables */
:root {
--color-1: #e92f80;
--color-2: #e2a2c1;
--color-3: #d8c4b0;
--color-4: #5a8b8c;
--color-5: #49e1e4;
}

🌈 Nezuko Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e92f80, #e2a2c1, #d8c4b0, #5a8b8c, #49e1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e92f80, #e2a2c1, #d8c4b0, #5a8b8c, #49e1e4);
}

Nezuko Bloom color palette created on .