Paleta de colores Fiery Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fiery Red palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Fiery Red

Download fiery red color palette PNG image (landscape)
Download fiery red color palette PNG image (square)

CSS de la paleta de colores Fiery Red

/* CSS */
.color-1 {
color: #d60000;
}
.color-2 {
color: #ff3c00;
}
.color-3 {
color: #ff6e42;
}
.color-4 {
color: #ffad42;
}
.color-5 {
color: #ffd500;
}

/* CSS Variables */
:root {
--color-1: #d60000;
--color-2: #ff3c00;
--color-3: #ff6e42;
--color-4: #ffad42;
--color-5: #ffd500;
}

CSS del degradado de fondo Fiery Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60000, #ff3c00, #ff6e42, #ffad42, #ffd500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60000, #ff3c00, #ff6e42, #ffad42, #ffd500);
}

Fiery Red color palette created on .