Cupid's Fluffy Kiss Color Palette
Discover the beautiful Cupid's Fluffy Kiss color palette featuring pastel pink (#ffd7e0), pippin (#ffe4e0), fair pink (#ffedeb), lavender blush (#fff5f7) and lavender blush (#fffafc).
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 Cupid's Fluffy Kiss palette
💻 Cupid's Fluffy Kiss color palette CSS
/* CSS */
.color-1 {
color: #ffd7e0;
}
.color-2 {
color: #ffe4e0;
}
.color-3 {
color: #ffedeb;
}
.color-4 {
color: #fff5f7;
}
.color-5 {
color: #fffafc;
}
/* CSS Variables */
:root {
--color-1: #ffd7e0;
--color-2: #ffe4e0;
--color-3: #ffedeb;
--color-4: #fff5f7;
--color-5: #fffafc;
} 🌈 Cupid's Fluffy Kiss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd7e0, #ffe4e0, #ffedeb, #fff5f7, #fffafc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd7e0, #ffe4e0, #ffedeb, #fff5f7, #fffafc);
} 🔗 Explore similar color palettes
Cupid's Fluffy Kiss color palette created on .