Mars Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mars palette
Mars color palette PNG image
Mars color palette CSS
/* CSS */
.color-1 {
color: #cd4c4c;
}
.color-2 {
color: #e8a79b;
}
.color-3 {
color: #f2c8b5;
}
.color-4 {
color: #f2d769;
}
.color-5 {
color: #daa94e;
}
/* CSS Variables */
:root {
--color-1: #cd4c4c;
--color-2: #e8a79b;
--color-3: #f2c8b5;
--color-4: #f2d769;
--color-5: #daa94e;
}
Mars background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cd4c4c, #e8a79b, #f2c8b5, #f2d769, #daa94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cd4c4c, #e8a79b, #f2c8b5, #f2d769, #daa94e);
}
Similar color palettes
Mars color palette created on .