Paleta de colores Golden Claw

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Claw palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Golden Claw

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

CSS de la paleta de colores Golden Claw

/* 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;
}

CSS del degradado de fondo Golden Claw

/* 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 .