Hello Kitty Color Palette
Discover the beautiful Hello Kitty color palette featuring illusion (#f6a7b2), cotton candy (#ffb3d4), pig pink (#fcdee5), cream brulee (#ffe59e) and corvette (#f9c99f).
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 Hello Kitty palette
💻 Hello Kitty color palette CSS
/* CSS */
.color-1 {
color: #f6a7b2;
}
.color-2 {
color: #ffb3d4;
}
.color-3 {
color: #fcdee5;
}
.color-4 {
color: #ffe59e;
}
.color-5 {
color: #f9c99f;
}
/* CSS Variables */
:root {
--color-1: #f6a7b2;
--color-2: #ffb3d4;
--color-3: #fcdee5;
--color-4: #ffe59e;
--color-5: #f9c99f;
}
🌈 Hello Kitty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b2, #ffb3d4, #fcdee5, #ffe59e, #f9c99f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b2, #ffb3d4, #fcdee5, #ffe59e, #f9c99f);
}
🔗 Explore similar color palettes
Hello Kitty color palette created on .