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