Celestial Whisper Color Palette
Discover the beautiful Celestial Whisper color palette featuring casper (#a3b9c7), heather (#bbc7d3), mystic (#d4e3e7), beauty bush (#e9b4c7) and london hue (#b7a2c3).
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 Celestial Whisper palette
💻 Celestial Whisper color palette CSS
/* CSS */
.color-1 {
color: #a3b9c7;
}
.color-2 {
color: #bbc7d3;
}
.color-3 {
color: #d4e3e7;
}
.color-4 {
color: #e9b4c7;
}
.color-5 {
color: #b7a2c3;
}
/* CSS Variables */
:root {
--color-1: #a3b9c7;
--color-2: #bbc7d3;
--color-3: #d4e3e7;
--color-4: #e9b4c7;
--color-5: #b7a2c3;
} 🌈 Celestial Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b9c7, #bbc7d3, #d4e3e7, #e9b4c7, #b7a2c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b9c7, #bbc7d3, #d4e3e7, #e9b4c7, #b7a2c3);
} 🔗 Explore similar color palettes
Celestial Whisper color palette created on .