Desert Sage Color Palette

Discover the beautiful Desert Sage color palette featuring deco (#d8d48d), olive green (#b7b34e), lemon ginger (#a1a527), pacifika (#7f8023) and saratoga (#4a4e0e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Neutral, Light, Spring, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Desert Sage palette

Share this palette to:

💻 Desert Sage color palette CSS

/* CSS */
.color-1 {
color: #d8d48d;
}
.color-2 {
color: #b7b34e;
}
.color-3 {
color: #a1a527;
}
.color-4 {
color: #7f8023;
}
.color-5 {
color: #4a4e0e;
}

/* CSS Variables */
:root {
--color-1: #d8d48d;
--color-2: #b7b34e;
--color-3: #a1a527;
--color-4: #7f8023;
--color-5: #4a4e0e;
}

🌈 Desert Sage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d48d, #b7b34e, #a1a527, #7f8023, #4a4e0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d48d, #b7b34e, #a1a527, #7f8023, #4a4e0e);
}

Desert Sage color palette created on .