Desert Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Oasis palette
Desert Oasis color palette PNG image
Desert Oasis color palette CSS
/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #8b8488;
}
.color-3 {
color: #8b4513;
}
.color-4 {
color: #89cfeb;
}
.color-5 {
color: #d9a520;
}
/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #8b8488;
--color-3: #8b4513;
--color-4: #89cfeb;
--color-5: #d9a520;
}
Desert Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #8b8488, #8b4513, #89cfeb, #d9a520);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #8b8488, #8b4513, #89cfeb, #d9a520);
}
Similar color palettes
Desert Oasis color palette created on .