Whispers of Warmth Color Palette

Discover the beautiful Whispers of Warmth color palette featuring pampas (#fdfdfc), quarter spanish white (#f6f1df), sisal (#d9cebf), rodeo dust (#c6a995) and sandal (#af8674).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWhite, Beige, Earthy, Soft, Elegant, Boho, Minimalist, 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 Whispers of Warmth palette

Share this palette to:

💻 Whispers of Warmth color palette CSS

/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #f6f1df;
}
.color-3 {
color: #d9cebf;
}
.color-4 {
color: #c6a995;
}
.color-5 {
color: #af8674;
}

/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #f6f1df;
--color-3: #d9cebf;
--color-4: #c6a995;
--color-5: #af8674;
}

🌈 Whispers of Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #f6f1df, #d9cebf, #c6a995, #af8674);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #f6f1df, #d9cebf, #c6a995, #af8674);
}

Whispers of Warmth color palette created on .