Indigo Cat Smart Color Palette

Discover the beautiful Indigo Cat Smart color palette featuring cannon pink (#8b506c), tapestry (#b16889), japonica (#dc7874), geraldine (#f88477) and lightning yellow (#f7ba22).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Burgundy, Coral, Cream, Desert, Earthy, Feminine, Muted, Peach 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 Indigo Cat Smart palette

Share this palette to:

๐Ÿ’ป Indigo Cat Smart color palette CSS

/* CSS */
.color-1 {
color: #8b506c;
}
.color-2 {
color: #b16889;
}
.color-3 {
color: #dc7874;
}
.color-4 {
color: #f88477;
}
.color-5 {
color: #f7ba22;
}

/* CSS Variables */
:root {
--color-1: #8b506c;
--color-2: #b16889;
--color-3: #dc7874;
--color-4: #f88477;
--color-5: #f7ba22;
}

๐ŸŒˆ Indigo Cat Smart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b506c, #b16889, #dc7874, #f88477, #f7ba22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b506c, #b16889, #dc7874, #f88477, #f7ba22);
}

Indigo Cat Smart color palette created on .