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