Whispers of Cream Color Palette

Discover the beautiful Whispers of Cream color palette featuring albescent white (#f5e8d1), cashmere (#e8c8a1), straw (#d6b88a), twine (#c39969) and cape palliser (#a76d49).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Beige, Warm, Spring, Light 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 Cream palette

Share this palette to:

💻 Whispers of Cream color palette CSS

/* CSS */
.color-1 {
color: #f5e8d1;
}
.color-2 {
color: #e8c8a1;
}
.color-3 {
color: #d6b88a;
}
.color-4 {
color: #c39969;
}
.color-5 {
color: #a76d49;
}

/* CSS Variables */
:root {
--color-1: #f5e8d1;
--color-2: #e8c8a1;
--color-3: #d6b88a;
--color-4: #c39969;
--color-5: #a76d49;
}

🌈 Whispers of Cream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e8d1, #e8c8a1, #d6b88a, #c39969, #a76d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e8d1, #e8c8a1, #d6b88a, #c39969, #a76d49);
}

Whispers of Cream color palette created on .