Whispers of Dawn Color Palette
Discover the beautiful Whispers of Dawn color palette featuring prelude (#d1c1e6), east side (#b9a2d2), lavender purple (#a581b6), azalea (#f5c7df) and cotton candy (#ffb3d7).
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: #d1c1e6;
}
.color-2 {
color: #b9a2d2;
}
.color-3 {
color: #a581b6;
}
.color-4 {
color: #f5c7df;
}
.color-5 {
color: #ffb3d7;
}
/* CSS Variables */
:root {
--color-1: #d1c1e6;
--color-2: #b9a2d2;
--color-3: #a581b6;
--color-4: #f5c7df;
--color-5: #ffb3d7;
} 🌈 Whispers of Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c1e6, #b9a2d2, #a581b6, #f5c7df, #ffb3d7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c1e6, #b9a2d2, #a581b6, #f5c7df, #ffb3d7);
} 🔗 Explore similar color palettes
Whispers of Dawn color palette created on .