Hello Kitty カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Hello Kitty palette

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

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

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

Hello Kitty カラーパレット 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 の背景のグラデーション 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 .