Fluffy Pink Cat Color Palette

Discover the beautiful Fluffy Pink Cat color palette featuring albescent white (#f5e5d1), twilight (#e1c6d7), lily (#d5b4c5), london hue (#b99ec2) and ship cove (#7c7cc0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Cream, Pink, Purple, Fun 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 Fluffy Pink Cat palette

Share this palette to:

💻 Fluffy Pink Cat color palette CSS

/* CSS */
.color-1 {
color: #f5e5d1;
}
.color-2 {
color: #e1c6d7;
}
.color-3 {
color: #d5b4c5;
}
.color-4 {
color: #b99ec2;
}
.color-5 {
color: #7c7cc0;
}

/* CSS Variables */
:root {
--color-1: #f5e5d1;
--color-2: #e1c6d7;
--color-3: #d5b4c5;
--color-4: #b99ec2;
--color-5: #7c7cc0;
}

🌈 Fluffy Pink Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5d1, #e1c6d7, #d5b4c5, #b99ec2, #7c7cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5d1, #e1c6d7, #d5b4c5, #b99ec2, #7c7cc0);
}

Fluffy Pink Cat color palette created on .