Paleta de colores Fiery Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Fiery Red palette
CSS de la paleta de colores Fiery Red
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #d55e39;
}
.color-3 {
color: #a33929;
}
.color-4 {
color: #691b2b;
}
.color-5 {
color: #4d1f22;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #d55e39;
--color-3: #a33929;
--color-4: #691b2b;
--color-5: #4d1f22;
}
CSS del degradado de fondo Fiery Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #d55e39, #a33929, #691b2b, #4d1f22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #d55e39, #a33929, #691b2b, #4d1f22);
}
Paletas de colores similares
Fiery Red color palette created on .