Golden Claw Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Claw palette

Share this palette to:

Golden Claw color palette PNG image

Download golden claw color palette PNG image (landscape)
Download golden claw color palette PNG image (square)

Golden Claw color palette 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 background gradient 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 .