Paleta de colores The Fox

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with The Fox palette

Compartir esta paleta en:

Descargar la paleta de colores The Fox (PNG)

Download the fox color palette PNG image (landscape)
Download the fox color palette PNG image (square)

CSS de la paleta de colores The Fox

/* CSS */
.color-1 {
color: #c85e37;
}
.color-2 {
color: #e4a49a;
}
.color-3 {
color: #f4b79f;
}
.color-4 {
color: #d6eac8;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #c85e37;
--color-2: #e4a49a;
--color-3: #f4b79f;
--color-4: #d6eac8;
--color-5: #a3c7e0;
}

CSS del degradado de fondo The Fox

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85e37, #e4a49a, #f4b79f, #d6eac8, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85e37, #e4a49a, #f4b79f, #d6eac8, #a3c7e0);
}

The Fox color palette created on .