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