Paleta de colores Amber Cat

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amber Cat palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Amber Cat

Download amber cat color palette PNG image (landscape)
Download amber cat color palette PNG image (square)

CSS de la paleta de colores Amber Cat

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #e07b00;
}
.color-3 {
color: #c75d00;
}
.color-4 {
color: #b34100;
}
.color-5 {
color: #7a1f00;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e07b00;
--color-3: #c75d00;
--color-4: #b34100;
--color-5: #7a1f00;
}

CSS del degradado de fondo Amber Cat

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e07b00, #c75d00, #b34100, #7a1f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e07b00, #c75d00, #b34100, #7a1f00);
}

Amber Cat color palette created on .