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: #f7c0d2;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff9e9e;
}
.color-4 {
color: #ffd3a3;
}
.color-5 {
color: #ffcc99;
}
/* CSS Variables */
:root {
--color-1: #f7c0d2;
--color-2: #ffb3c1;
--color-3: #ff9e9e;
--color-4: #ffd3a3;
--color-5: #ffcc99;
}
Pink Hello Kitty の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c0d2, #ffb3c1, #ff9e9e, #ffd3a3, #ffcc99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c0d2, #ffb3c1, #ff9e9e, #ffd3a3, #ffcc99);
}
似たようなカラーパレット
Pink Hello Kitty color palette created on .