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: #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);
}

Hello Kitty color palette created on .