Martian Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Martian Sunrise palette
Martian Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ff5b29;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffb657;
}
.color-4 {
color: #ffd980;
}
.color-5 {
color: #ffe59e;
}
/* CSS Variables */
:root {
--color-1: #ff5b29;
--color-2: #ff8e3d;
--color-3: #ffb657;
--color-4: #ffd980;
--color-5: #ffe59e;
}
Martian Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5b29, #ff8e3d, #ffb657, #ffd980, #ffe59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5b29, #ff8e3d, #ffb657, #ffd980, #ffe59e);
}
Similar color palettes
Martian Sunrise color palette created on .