Fluffy The Rabbit Color Palette
Discover the beautiful Fluffy The Rabbit color palette featuring pink lace (#ffccf2), carnation pink (#ff9ec6), tickle me pink (#ff7092), wild watermelon (#ff4d7f) and violet red (#f94d8c).
Brightness
Saturation
Warmth
💡 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 The Rabbit palette
💻 Fluffy The Rabbit color palette CSS
/* CSS */
.color-1 {
color: #ffccf2;
}
.color-2 {
color: #ff9ec6;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff4d7f;
}
.color-5 {
color: #f94d8c;
}
/* CSS Variables */
:root {
--color-1: #ffccf2;
--color-2: #ff9ec6;
--color-3: #ff7092;
--color-4: #ff4d7f;
--color-5: #f94d8c;
} 🌈 Fluffy The Rabbit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffccf2, #ff9ec6, #ff7092, #ff4d7f, #f94d8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffccf2, #ff9ec6, #ff7092, #ff4d7f, #f94d8c);
} 🔗 Explore similar color palettes
Fluffy The Rabbit color palette created on .