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