Pink Hello Kitty Color Palette
Discover the beautiful Pink Hello Kitty color palette featuring lavender pink (#fcb6d5), illusion (#f49ac2), froly (#f27d98), mandy (#e66079) and cabaret (#d53f5a).
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 Hello Kitty palette
💻 Pink Hello Kitty color palette CSS
/* CSS */
.color-1 {
color: #fcb6d5;
}
.color-2 {
color: #f49ac2;
}
.color-3 {
color: #f27d98;
}
.color-4 {
color: #e66079;
}
.color-5 {
color: #d53f5a;
}
/* CSS Variables */
:root {
--color-1: #fcb6d5;
--color-2: #f49ac2;
--color-3: #f27d98;
--color-4: #e66079;
--color-5: #d53f5a;
}
🌈 Pink Hello Kitty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcb6d5, #f49ac2, #f27d98, #e66079, #d53f5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcb6d5, #f49ac2, #f27d98, #e66079, #d53f5a);
}
🔗 Explore similar color palettes
Pink Hello Kitty color palette created on .