Mexican Red Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mexican Red Sunset palette

Condividi questa palette a:

tavolozza dei colori Mexican Red Sunset CSS

/* 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 con gradiente di sfondo 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);
}

Mexican Red Sunset color palette created on .