Paleta de colores Fiery Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fiery Red palette

Compartir esta paleta en:

CSS de la paleta de colores Fiery Red

/* CSS */
.color-1 {
color: #ff5d38;
}
.color-2 {
color: #ff8b38;
}
.color-3 {
color: #ffbd38;
}
.color-4 {
color: #ffeb38;
}
.color-5 {
color: #ff3838;
}

/* CSS Variables */
:root {
--color-1: #ff5d38;
--color-2: #ff8b38;
--color-3: #ffbd38;
--color-4: #ffeb38;
--color-5: #ff3838;
}

CSS del degradado de fondo Fiery Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5d38, #ff8b38, #ffbd38, #ffeb38, #ff3838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5d38, #ff8b38, #ffbd38, #ffeb38, #ff3838);
}

Paletas de colores similares

Fiery Red color palette created on .