Hello Kitty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hello Kitty palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hello Kitty Color Palette (PNG)
Hello Kitty color palette CSS
/* CSS */
.color-1 {
color: #f6a2af;
}
.color-2 {
color: #f8d7b4;
}
.color-3 {
color: #eab8e3;
}
.color-4 {
color: #f6b6e8;
}
.color-5 {
color: #fbcb3c;
}
/* CSS Variables */
:root {
--color-1: #f6a2af;
--color-2: #f8d7b4;
--color-3: #eab8e3;
--color-4: #f6b6e8;
--color-5: #fbcb3c;
}
Hello Kitty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2af, #f8d7b4, #eab8e3, #f6b6e8, #fbcb3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2af, #f8d7b4, #eab8e3, #f6b6e8, #fbcb3c);
}
Similar color palettes
Hello Kitty color palette created on .