Pussy Color Palette

Discover the beautiful Pussy color palette featuring azalea (#f8c9d4), illusion (#f5a3b8), froly (#f16a99), cerise red (#e83b6f) and razzmatazz (#d1004d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Feminine, Fun, Modern, Pink, Soft, Summer, 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 Pussy palette

Share this palette to:

💻 Pussy color palette CSS

/* CSS */
.color-1 {
color: #f8c9d4;
}
.color-2 {
color: #f5a3b8;
}
.color-3 {
color: #f16a99;
}
.color-4 {
color: #e83b6f;
}
.color-5 {
color: #d1004d;
}

/* CSS Variables */
:root {
--color-1: #f8c9d4;
--color-2: #f5a3b8;
--color-3: #f16a99;
--color-4: #e83b6f;
--color-5: #d1004d;
}

🌈 Pussy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d4, #f5a3b8, #f16a99, #e83b6f, #d1004d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d4, #f5a3b8, #f16a99, #e83b6f, #d1004d);
}

Pussy color palette created on .