Paleta de colores Warrior Cats

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warrior Cats palette

Compartir esta paleta en:

Descargar la paleta de colores Warrior Cats (PNG)

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: #476b55;
}
.color-2 {
color: #a2c3a9;
}
.color-3 {
color: #e6d3a7;
}
.color-4 {
color: #f4a15d;
}
.color-5 {
color: #bd6151;
}

/* CSS Variables */
:root {
--color-1: #476b55;
--color-2: #a2c3a9;
--color-3: #e6d3a7;
--color-4: #f4a15d;
--color-5: #bd6151;
}

CSS del degradado de fondo Warrior Cats

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #476b55, #a2c3a9, #e6d3a7, #f4a15d, #bd6151);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #476b55, #a2c3a9, #e6d3a7, #f4a15d, #bd6151);
}

Warrior Cats color palette created on .