Paleta de colores Fox and Dark Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fox and Dark Teal palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Fox and Dark Teal

Download fox and dark teal color palette PNG image (landscape)
Download fox and dark teal color palette PNG image (square)

CSS de la paleta de colores Fox and Dark Teal

/* CSS */
.color-1 {
color: #ad5414;
}
.color-2 {
color: #a7806c;
}
.color-3 {
color: #57855c;
}
.color-4 {
color: #22373a;
}
.color-5 {
color: #0d1c1c;
}

/* CSS Variables */
:root {
--color-1: #ad5414;
--color-2: #a7806c;
--color-3: #57855c;
--color-4: #22373a;
--color-5: #0d1c1c;
}

CSS del degradado de fondo Fox and Dark Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad5414, #a7806c, #57855c, #22373a, #0d1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad5414, #a7806c, #57855c, #22373a, #0d1c1c);
}

Fox and Dark Teal color palette created on .