Warm Mexico Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Mexico palette

Share this palette to:

Warm Mexico color palette CSS

/* CSS */
.color-1 {
color: #f05142;
}
.color-2 {
color: #f08c28;
}
.color-3 {
color: #e6c300;
}
.color-4 {
color: #20b625;
}
.color-5 {
color: #148019;
}

/* CSS Variables */
:root {
--color-1: #f05142;
--color-2: #f08c28;
--color-3: #e6c300;
--color-4: #20b625;
--color-5: #148019;
}

Warm Mexico background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f05142, #f08c28, #e6c300, #20b625, #148019);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f05142, #f08c28, #e6c300, #20b625, #148019);
}

Warm Mexico color palette created on .