Pink Hello Kitty Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Hello Kitty palette

Condividi questa palette a:

tavolozza dei colori Pink Hello Kitty CSS

/* CSS */
.color-1 {
color: #f5a8b4;
}
.color-2 {
color: #ffb3d9;
}
.color-3 {
color: #ff8ab9;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff4d79;
}

/* CSS Variables */
:root {
--color-1: #f5a8b4;
--color-2: #ffb3d9;
--color-3: #ff8ab9;
--color-4: #ff7092;
--color-5: #ff4d79;
}

CSS con gradiente di sfondo Pink Hello Kitty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a8b4, #ffb3d9, #ff8ab9, #ff7092, #ff4d79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a8b4, #ffb3d9, #ff8ab9, #ff7092, #ff4d79);
}

Pink Hello Kitty color palette created on .