Paleta de colores Warrior Cats

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warrior Cats palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Warrior Cats

Download warrior cats color palette PNG image (landscape)
Download warrior cats color palette PNG image (square)

CSS de la paleta de colores Warrior Cats

/* CSS */
.color-1 {
color: #5b806b;
}
.color-2 {
color: #a0c59b;
}
.color-3 {
color: #dae7b1;
}
.color-4 {
color: #f4b652;
}
.color-5 {
color: #d55d3f;
}

/* CSS Variables */
:root {
--color-1: #5b806b;
--color-2: #a0c59b;
--color-3: #dae7b1;
--color-4: #f4b652;
--color-5: #d55d3f;
}

CSS del degradado de fondo Warrior Cats

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b806b, #a0c59b, #dae7b1, #f4b652, #d55d3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b806b, #a0c59b, #dae7b1, #f4b652, #d55d3f);
}

Warrior Cats color palette created on .