Whispered Creams Color Palette
Discover the beautiful Whispered Creams color palette featuring pot pourri (#f2e6d9), grain brown (#e2c7b1), akaroa (#d4b8a0), quicksand (#b79a8a) and bazaar (#9a7e7e).
Brightness
Saturation
Warmth
💡 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 Whispered Creams palette
💻 Whispered Creams color palette CSS
/* CSS */
.color-1 {
color: #f2e6d9;
}
.color-2 {
color: #e2c7b1;
}
.color-3 {
color: #d4b8a0;
}
.color-4 {
color: #b79a8a;
}
.color-5 {
color: #9a7e7e;
}
/* CSS Variables */
:root {
--color-1: #f2e6d9;
--color-2: #e2c7b1;
--color-3: #d4b8a0;
--color-4: #b79a8a;
--color-5: #9a7e7e;
} 🌈 Whispered Creams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6d9, #e2c7b1, #d4b8a0, #b79a8a, #9a7e7e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6d9, #e2c7b1, #d4b8a0, #b79a8a, #9a7e7e);
} 🔗 Explore similar color palettes
Whispered Creams color palette created on .