New Mexico Color Palette
Discover the beautiful New Mexico color palette featuring tuscany (#ca4d2b), tree poppy (#f8a31b), celery (#b5c25b), axolotl (#4e6f4d) and outer space (#293c3d).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with New Mexico palette
💻 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);
}
🔗 Explore similar color palettes
New Mexico color palette created on .