Pink Hello Kitty カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Hello Kitty palette

このパレットを共有する先:

Pink Hello Kitty カラーパレット (PNG) をダウンロード

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

Pink Hello Kitty カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a7b3;
}
.color-2 {
color: #fcd9ec;
}
.color-3 {
color: #ff9ec0;
}
.color-4 {
color: #ff707c;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #fcd9ec;
--color-3: #ff9ec0;
--color-4: #ff707c;
--color-5: #ff4d4d;
}

Pink Hello Kitty の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #fcd9ec, #ff9ec0, #ff707c, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #fcd9ec, #ff9ec0, #ff707c, #ff4d4d);
}

Pink Hello Kitty color palette created on .