Whispers of Dawn Color Palette
Discover the beautiful Whispers of Dawn color palette featuring snuff (#e2d8e9), east side (#c4a5d4), strikemaster (#a26d9b), shilo (#e8b5b7) and mandys pink (#f5d1c7).
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: #e2d8e9;
}
.color-2 {
color: #c4a5d4;
}
.color-3 {
color: #a26d9b;
}
.color-4 {
color: #e8b5b7;
}
.color-5 {
color: #f5d1c7;
}
/* CSS Variables */
:root {
--color-1: #e2d8e9;
--color-2: #c4a5d4;
--color-3: #a26d9b;
--color-4: #e8b5b7;
--color-5: #f5d1c7;
} 🌈 Whispers of Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d8e9, #c4a5d4, #a26d9b, #e8b5b7, #f5d1c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d8e9, #c4a5d4, #a26d9b, #e8b5b7, #f5d1c7);
} 🔗 Explore similar color palettes
Whispers of Dawn color palette created on .