Paleta de colores Red Iron

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Iron palette

Compartir esta paleta en:

CSS de la paleta de colores Red Iron

/* CSS */
.color-1 {
color: #b42222;
}
.color-2 {
color: #ff4400;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #8b4513;
}
.color-5 {
color: #f5deb2;
}

/* CSS Variables */
:root {
--color-1: #b42222;
--color-2: #ff4400;
--color-3: #ffd900;
--color-4: #8b4513;
--color-5: #f5deb2;
}

CSS del degradado de fondo Red Iron

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b42222, #ff4400, #ffd900, #8b4513, #f5deb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b42222, #ff4400, #ffd900, #8b4513, #f5deb2);
}

Red Iron color palette created on .