Pink Hello Kitty Color Palette
Discover the beautiful Pink Hello Kitty color palette featuring illusion (#f6a7b3), classic rose (#fcd9ec), carnation pink (#ff9ec0), wild watermelon (#ff707c) and sunset orange (#ff4d4d).
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: #f6a7b3;
}
.color-2 {
color: #fcd9ec;
}
.color-3 {
color: #ff9ec0;
}
.color-4 {
color: #ff707c;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #fcd9ec;
--color-3: #ff9ec0;
--color-4: #ff707c;
--color-5: #ff4d4d;
}
🌈 Pink Hello Kitty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #fcd9ec, #ff9ec0, #ff707c, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #fcd9ec, #ff9ec0, #ff707c, #ff4d4d);
}
🔗 Explore similar color palettes
Pink Hello Kitty color palette created on .