Pusheen カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pusheen palette
Pusheen カラー パレット PNG 画像
Pusheen カラーパレット CSS
/* CSS */
.color-1 {
color: #f6a2b3;
}
.color-2 {
color: #f9c6a4;
}
.color-3 {
color: #f2d5b5;
}
.color-4 {
color: #e0e8a6;
}
.color-5 {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--color-1: #f6a2b3;
--color-2: #f9c6a4;
--color-3: #f2d5b5;
--color-4: #e0e8a6;
--color-5: #a8d3e1;
}
Pusheen の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b3, #f9c6a4, #f2d5b5, #e0e8a6, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b3, #f9c6a4, #f2d5b5, #e0e8a6, #a8d3e1);
}
似たようなカラーパレット
Pusheen color palette created on .