Hello Kitty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hello Kitty palette

Share this palette to:

Download Hello Kitty Color Palette (PNG)

Download hello kitty color palette PNG image (landscape)
Download hello kitty color palette PNG image (square)

Hello Kitty color palette CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #fdcc81;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f6b83c;
--color-3: #ff6e61;
--color-4: #fdcc81;
--color-5: #ffadad;
}

Hello Kitty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f6b83c, #ff6e61, #fdcc81, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f6b83c, #ff6e61, #fdcc81, #ffadad);
}

Hello Kitty color palette created on .