Desert Whispered Hues Color Palette

Discover the beautiful Desert Whispered Hues color palette featuring cream can (#f4d15d), tumbleweed (#e1b07f), indian khaki (#c1a88a), soft amber (#d5c5b8) and hampton (#e4d2af).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Whispered Hues palette

Share this palette to:

💻 Desert Whispered Hues color palette CSS

/* CSS */
.color-1 {
color: #f4d15d;
}
.color-2 {
color: #e1b07f;
}
.color-3 {
color: #c1a88a;
}
.color-4 {
color: #d5c5b8;
}
.color-5 {
color: #e4d2af;
}

/* CSS Variables */
:root {
--color-1: #f4d15d;
--color-2: #e1b07f;
--color-3: #c1a88a;
--color-4: #d5c5b8;
--color-5: #e4d2af;
}

🌈 Desert Whispered Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d15d, #e1b07f, #c1a88a, #d5c5b8, #e4d2af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d15d, #e1b07f, #c1a88a, #d5c5b8, #e4d2af);
}

Desert Whispered Hues color palette created on .