Pink Yuri Color Palette
Discover the beautiful Pink Yuri color palette featuring lavender pink (#fca1d2), illusion (#f79cba), froly (#f86d89), carnation (#f14b61) and crimson (#e7184c).
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 Pink Yuri palette
💻 Pink Yuri color palette CSS
/* CSS */
.color-1 {
color: #fca1d2;
}
.color-2 {
color: #f79cba;
}
.color-3 {
color: #f86d89;
}
.color-4 {
color: #f14b61;
}
.color-5 {
color: #e7184c;
}
/* CSS Variables */
:root {
--color-1: #fca1d2;
--color-2: #f79cba;
--color-3: #f86d89;
--color-4: #f14b61;
--color-5: #e7184c;
} 🌈 Pink Yuri background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fca1d2, #f79cba, #f86d89, #f14b61, #e7184c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fca1d2, #f79cba, #f86d89, #f14b61, #e7184c);
} 🔗 Explore similar color palettes
Pink Yuri color palette created on .