Fluffy Color Palette

Discover the beautiful Fluffy color palette featuring givry (#f7e8b6), mandys pink (#f6c9c1), illusion (#f7a6b3), cherub (#f9d7f1) and light orchid (#e3a1d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fluffy, Pastel, Pink, Soft, Spring, Yellow 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 palette

Share this palette to:

💻 Fluffy color palette CSS

/* CSS */
.color-1 {
color: #f7e8b6;
}
.color-2 {
color: #f6c9c1;
}
.color-3 {
color: #f7a6b3;
}
.color-4 {
color: #f9d7f1;
}
.color-5 {
color: #e3a1d2;
}

/* CSS Variables */
:root {
--color-1: #f7e8b6;
--color-2: #f6c9c1;
--color-3: #f7a6b3;
--color-4: #f9d7f1;
--color-5: #e3a1d2;
}

🌈 Fluffy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8b6, #f6c9c1, #f7a6b3, #f9d7f1, #e3a1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8b6, #f6c9c1, #f7a6b3, #f9d7f1, #e3a1d2);
}

Fluffy color palette created on .