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