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: #ff4d3d;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffbb3d;
}
.color-4 {
color: #ffd23d;
}
.color-5 {
color: #ff4d8b;
}

/* CSS Variables */
:root {
--color-1: #ff4d3d;
--color-2: #ff8e3d;
--color-3: #ffbb3d;
--color-4: #ffd23d;
--color-5: #ff4d8b;
}

CSS del degradado de fondo Fiery Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d3d, #ff8e3d, #ffbb3d, #ffd23d, #ff4d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d3d, #ff8e3d, #ffbb3d, #ffd23d, #ff4d8b);
}

Paletas de colores similares

Fiery Red color palette created on .