Pink Cat Color Palette

Discover the beautiful Pink Cat color palette featuring dairy cream (#f8d4b9), chantilly (#f3aaea), charm (#d05d7f), gigas (#5e3d8a) and blue haze (#c7c9e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Fun, Pink 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 Pink Cat palette

Share this palette to:

💻 Pink Cat color palette CSS

/* CSS */
.color-1 {
color: #f8d4b9;
}
.color-2 {
color: #f3aaea;
}
.color-3 {
color: #d05d7f;
}
.color-4 {
color: #5e3d8a;
}
.color-5 {
color: #c7c9e1;
}

/* CSS Variables */
:root {
--color-1: #f8d4b9;
--color-2: #f3aaea;
--color-3: #d05d7f;
--color-4: #5e3d8a;
--color-5: #c7c9e1;
}

🌈 Pink Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d4b9, #f3aaea, #d05d7f, #5e3d8a, #c7c9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d4b9, #f3aaea, #d05d7f, #5e3d8a, #c7c9e1);
}

Pink Cat color palette created on .