Mexican Red Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mexican Red Shades palette
Mexican Red Shades color palette CSS
/* CSS */
.color-1 {
color: #a72525;
}
.color-2 {
color: #d13d3d;
}
.color-3 {
color: #f26969;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #fdd3d3;
}
/* CSS Variables */
:root {
--color-1: #a72525;
--color-2: #d13d3d;
--color-3: #f26969;
--color-4: #f9aeae;
--color-5: #fdd3d3;
}
Mexican Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a72525, #d13d3d, #f26969, #f9aeae, #fdd3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a72525, #d13d3d, #f26969, #f9aeae, #fdd3d3);
}
Similar color palettes
- Vibrant Red
- Shades of Yellow Orange Red
- Warm Orange
- Skibidi Sunset Vibes
- Shades of Pink
- Ferrari's Flame
- Yuletide Whimsy
- Brilliant Red Cheerleader
- Cheerful Crimson Harmony
- Warm Red
- Whimsical Waves
- Shades of Yellow and Red
- Urban Pulse
- Red Shades
- Radical Red Sunset
- Blushing Ember
- Wild Watermelon Shades
- Vibrant Red Blue
Mexican Red Shades color palette created on .