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