Pink Hello Kitty カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Hello Kitty palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Pink Hello Kitty カラーパレット (PNG) をダウンロード
Pink Hello Kitty カラーパレット CSS
/* CSS */
.color-1 {
color: #f7b1d5;
}
.color-2 {
color: #f9c8a9;
}
.color-3 {
color: #f9eab9;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #eab8d1;
}
/* CSS Variables */
:root {
--color-1: #f7b1d5;
--color-2: #f9c8a9;
--color-3: #f9eab9;
--color-4: #a3d6e0;
--color-5: #eab8d1;
}
Pink Hello Kitty の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1d5, #f9c8a9, #f9eab9, #a3d6e0, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1d5, #f9c8a9, #f9eab9, #a3d6e0, #eab8d1);
}
似たようなカラーパレット
Pink Hello Kitty color palette created on .