Hello Kitty Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Hello Kitty palette

Condividi questa palette a:

Scarica la tavolozza dei colori Hello Kitty (PNG)

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

tavolozza dei colori Hello Kitty 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;
}

CSS con gradiente di sfondo Hello Kitty

/* 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);
}

Hello Kitty color palette created on .