Galactic Whisper Color Palette
Discover the beautiful Galactic Whisper color palette featuring cerise (#dd37c1), lavender magenta (#ee9bee), perfume (#e7b1f6), perfume (#f4cffc) and lavender (#bd6de9).
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 Galactic Whisper palette
💻 Galactic Whisper color palette CSS
/* CSS */
.color-1 {
color: #dd37c1;
}
.color-2 {
color: #ee9bee;
}
.color-3 {
color: #e7b1f6;
}
.color-4 {
color: #f4cffc;
}
.color-5 {
color: #bd6de9;
}
/* CSS Variables */
:root {
--color-1: #dd37c1;
--color-2: #ee9bee;
--color-3: #e7b1f6;
--color-4: #f4cffc;
--color-5: #bd6de9;
} 🌈 Galactic Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dd37c1, #ee9bee, #e7b1f6, #f4cffc, #bd6de9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dd37c1, #ee9bee, #e7b1f6, #f4cffc, #bd6de9);
} 🔗 Explore similar color palettes
Galactic Whisper color palette created on .