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: #ffa3c3;
}
.color-2 {
color: #ffd1e7;
}
.color-3 {
color: #ffb3de;
}
.color-4 {
color: #ffa3cd;
}
.color-5 {
color: #ff7aad;
}

/* CSS Variables */
:root {
--color-1: #ffa3c3;
--color-2: #ffd1e7;
--color-3: #ffb3de;
--color-4: #ffa3cd;
--color-5: #ff7aad;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa3c3, #ffd1e7, #ffb3de, #ffa3cd, #ff7aad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa3c3, #ffd1e7, #ffb3de, #ffa3cd, #ff7aad);
}

Pink Hello Kitty color palette created on .