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