Golden Whisper Color Palette

Discover the beautiful Golden Whisper color palette featuring mint julep (#f2e7c5), stark white (#e0d4b8), chino (#d1c6ad), nomad (#b6a89a) and donkey brown (#a68f7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Cream, Light, Soft 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 Golden Whisper palette

Share this palette to:

💻 Golden Whisper color palette CSS

/* CSS */
.color-1 {
color: #f2e7c5;
}
.color-2 {
color: #e0d4b8;
}
.color-3 {
color: #d1c6ad;
}
.color-4 {
color: #b6a89a;
}
.color-5 {
color: #a68f7d;
}

/* CSS Variables */
:root {
--color-1: #f2e7c5;
--color-2: #e0d4b8;
--color-3: #d1c6ad;
--color-4: #b6a89a;
--color-5: #a68f7d;
}

🌈 Golden Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7c5, #e0d4b8, #d1c6ad, #b6a89a, #a68f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7c5, #e0d4b8, #d1c6ad, #b6a89a, #a68f7d);
}

Golden Whisper color palette created on .