Pink Hello Kitty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Hello Kitty palette
Download Pink Hello Kitty Color Palette (PNG)
Pink Hello Kitty color palette CSS
/* CSS */
.color-1 {
color: #f7c0d2;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff9e9e;
}
.color-4 {
color: #ffd3a3;
}
.color-5 {
color: #ffcc99;
}
/* CSS Variables */
:root {
--color-1: #f7c0d2;
--color-2: #ffb3c1;
--color-3: #ff9e9e;
--color-4: #ffd3a3;
--color-5: #ffcc99;
}
Pink Hello Kitty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c0d2, #ffb3c1, #ff9e9e, #ffd3a3, #ffcc99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c0d2, #ffb3c1, #ff9e9e, #ffd3a3, #ffcc99);
}
Similar color palettes
Pink Hello Kitty color palette created on .