Cozy Cat カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cozy Cat palette
Cozy Cat カラー パレット PNG 画像
Cozy Cat カラーパレット CSS
/* CSS */
.color-1 {
color: #b59d8c;
}
.color-2 {
color: #f2d1b1;
}
.color-3 {
color: #f6c0b1;
}
.color-4 {
color: #d68f90;
}
.color-5 {
color: #e2c5d5;
}
/* CSS Variables */
:root {
--color-1: #b59d8c;
--color-2: #f2d1b1;
--color-3: #f6c0b1;
--color-4: #d68f90;
--color-5: #e2c5d5;
}
Cozy Cat の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b59d8c, #f2d1b1, #f6c0b1, #d68f90, #e2c5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b59d8c, #f2d1b1, #f6c0b1, #d68f90, #e2c5d5);
}
似たようなカラーパレット
下にスクロールして6個のキャットカラーパレットを探索しましょう
Cozy Cat color palette created on .