Sunlit Sagebrush Serenade Color Palette

Discover the beautiful Sunlit Sagebrush Serenade color palette featuring chamois (#ebdcad), golden dream (#eddb3b), swamp green (#b5bc9a), dusty gray (#989190) and fuzzy wuzzy brown (#c3694b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Boho, Autumn 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 Sunlit Sagebrush Serenade palette

Share this palette to:

💻 Sunlit Sagebrush Serenade color palette CSS

/* CSS */
.color-1 {
color: #ebdcad;
}
.color-2 {
color: #eddb3b;
}
.color-3 {
color: #b5bc9a;
}
.color-4 {
color: #989190;
}
.color-5 {
color: #c3694b;
}

/* CSS Variables */
:root {
--color-1: #ebdcad;
--color-2: #eddb3b;
--color-3: #b5bc9a;
--color-4: #989190;
--color-5: #c3694b;
}

🌈 Sunlit Sagebrush Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebdcad, #eddb3b, #b5bc9a, #989190, #c3694b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebdcad, #eddb3b, #b5bc9a, #989190, #c3694b);
}

Sunlit Sagebrush Serenade color palette created on .