Paleta de colores Fire Nation

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fire Nation palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Fire Nation

Download fire nation color palette PNG image (landscape)
Download fire nation color palette PNG image (square)

CSS de la paleta de colores Fire Nation

/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #c70038;
}
.color-3 {
color: #920c3f;
}
.color-4 {
color: #581845;
}
.color-5 {
color: #ffc300;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #c70038;
--color-3: #920c3f;
--color-4: #581845;
--color-5: #ffc300;
}

CSS del degradado de fondo Fire Nation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #c70038, #920c3f, #581845, #ffc300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #c70038, #920c3f, #581845, #ffc300);
}

Fire Nation color palette created on .