New Mexico Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with New Mexico palette
Color Inspiration
Images that showcase this color palette in real designs
Download New Mexico Color Palette (PNG)
New Mexico color palette CSS
/* CSS */
.color-1 {
color: #ca4d2b;
}
.color-2 {
color: #f8a31b;
}
.color-3 {
color: #b5c25b;
}
.color-4 {
color: #4e6f4d;
}
.color-5 {
color: #293c3d;
}
/* CSS Variables */
:root {
--color-1: #ca4d2b;
--color-2: #f8a31b;
--color-3: #b5c25b;
--color-4: #4e6f4d;
--color-5: #293c3d;
}
New Mexico background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ca4d2b, #f8a31b, #b5c25b, #4e6f4d, #293c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ca4d2b, #f8a31b, #b5c25b, #4e6f4d, #293c3d);
}
Similar color palettes
New Mexico color palette created on .