Martian Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Martian Oasis palette
Martian Oasis color palette CSS
/* CSS */
.color-1 {
color: #4b7c5a;
}
.color-2 {
color: #76b7a3;
}
.color-3 {
color: #a1d4b3;
}
.color-4 {
color: #e4d06c;
}
.color-5 {
color: #c87b3c;
}
/* CSS Variables */
:root {
--color-1: #4b7c5a;
--color-2: #76b7a3;
--color-3: #a1d4b3;
--color-4: #e4d06c;
--color-5: #c87b3c;
}
Martian Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c5a, #76b7a3, #a1d4b3, #e4d06c, #c87b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c5a, #76b7a3, #a1d4b3, #e4d06c, #c87b3c);
}
Similar color palettes
Martian Oasis color palette created on .