Pink Hello Kitty Color Palette
Discover the beautiful Pink Hello Kitty color palette featuring carnation pink (#ffa3c3), pastel pink (#ffd1e7), cotton candy (#ffb3de), carnation pink (#ffa3cd) and tickle me pink (#ff7aad).
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: #ffa3c3;
}
.color-2 {
color: #ffd1e7;
}
.color-3 {
color: #ffb3de;
}
.color-4 {
color: #ffa3cd;
}
.color-5 {
color: #ff7aad;
}
/* CSS Variables */
:root {
--color-1: #ffa3c3;
--color-2: #ffd1e7;
--color-3: #ffb3de;
--color-4: #ffa3cd;
--color-5: #ff7aad;
}
🌈 Pink Hello Kitty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa3c3, #ffd1e7, #ffb3de, #ffa3cd, #ff7aad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa3c3, #ffd1e7, #ffb3de, #ffa3cd, #ff7aad);
}
🔗 Explore similar color palettes
Pink Hello Kitty color palette created on .