Kuromi Inspired Color Palette

Discover the beautiful Kuromi Inspired color palette featuring mulberry (#bf4a8a), strikemaster (#a1599f), deluge (#7a5b9a), waikawa gray (#5b698f) and astral (#3b8b9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Kuromi, Pink, Purple, Teal, Vibrant 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 Kuromi Inspired palette

Share this palette to:

💻 Kuromi Inspired color palette CSS

/* CSS */
.color-1 {
color: #bf4a8a;
}
.color-2 {
color: #a1599f;
}
.color-3 {
color: #7a5b9a;
}
.color-4 {
color: #5b698f;
}
.color-5 {
color: #3b8b9b;
}

/* CSS Variables */
:root {
--color-1: #bf4a8a;
--color-2: #a1599f;
--color-3: #7a5b9a;
--color-4: #5b698f;
--color-5: #3b8b9b;
}

🌈 Kuromi Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf4a8a, #a1599f, #7a5b9a, #5b698f, #3b8b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf4a8a, #a1599f, #7a5b9a, #5b698f, #3b8b9b);
}

Kuromi Inspired color palette created on .