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