Whispers of Dawn Color Palette
Discover the beautiful Whispers of Dawn color palette featuring albescent white (#f5e8d1), hampton (#e2c9a6), brandy (#d9b88c), gimblet (#bfaf7d) and barley corn (#a88b5d).
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 Whispers of Dawn palette
💻 Whispers of Dawn color palette CSS
/* CSS */
.color-1 {
color: #f5e8d1;
}
.color-2 {
color: #e2c9a6;
}
.color-3 {
color: #d9b88c;
}
.color-4 {
color: #bfaf7d;
}
.color-5 {
color: #a88b5d;
}
/* CSS Variables */
:root {
--color-1: #f5e8d1;
--color-2: #e2c9a6;
--color-3: #d9b88c;
--color-4: #bfaf7d;
--color-5: #a88b5d;
} 🌈 Whispers of Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e8d1, #e2c9a6, #d9b88c, #bfaf7d, #a88b5d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e8d1, #e2c9a6, #d9b88c, #bfaf7d, #a88b5d);
} 🔗 Explore similar color palettes
Whispers of Dawn color palette created on .