Kuromi Vibes Color Palette
Discover the beautiful Kuromi Vibes color palette featuring illusion (#f4a4bf), illusion (#f39bc8), viola (#c77fbb), tapestry (#9c499b) and finn (#6e2b66).
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 Kuromi Vibes palette
💻 Kuromi Vibes color palette CSS
/* CSS */
.color-1 {
  color: #f4a4bf;
 }
.color-2 {
  color: #f39bc8;
 }
.color-3 {
  color: #c77fbb;
 }
.color-4 {
  color: #9c499b;
 }
.color-5 {
  color: #6e2b66;
 }
/* CSS Variables */
:root {
  --color-1: #f4a4bf;
  --color-2: #f39bc8;
  --color-3: #c77fbb;
  --color-4: #9c499b;
  --color-5: #6e2b66;
 } 🌈 Kuromi Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #f4a4bf, #f39bc8, #c77fbb, #9c499b, #6e2b66);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #f4a4bf, #f39bc8, #c77fbb, #9c499b, #6e2b66);
 } 🔗 Explore similar color palettes
Kuromi Vibes color palette created on .