Colorful Gacha Color Palette

Discover the beautiful Colorful Gacha color palette featuring bittersweet (#ff6b6b), golden tainoi (#ffcb6b), aquamarine (#6bffb8), malibu (#6bb3ff) and cornflower blue (#6b6bff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Aesthetic, 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 Colorful Gacha palette

Share this palette to:

💻 Colorful Gacha color palette CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffcb6b;
}
.color-3 {
color: #6bffb8;
}
.color-4 {
color: #6bb3ff;
}
.color-5 {
color: #6b6bff;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffcb6b;
--color-3: #6bffb8;
--color-4: #6bb3ff;
--color-5: #6b6bff;
}

🌈 Colorful Gacha background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffcb6b, #6bffb8, #6bb3ff, #6b6bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffcb6b, #6bffb8, #6bb3ff, #6b6bff);
}

Colorful Gacha color palette created on .