Celestial Whisper Color Palette
Discover the beautiful Celestial Whisper color palette featuring morning glory (#a3d3e0), rose bud (#f7b2a1), golden sand (#f5e37a), light orchid (#e2a2d4) and charm (#d56c8d).
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: #a3d3e0;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f5e37a;
}
.color-4 {
color: #e2a2d4;
}
.color-5 {
color: #d56c8d;
}
/* CSS Variables */
:root {
--color-1: #a3d3e0;
--color-2: #f7b2a1;
--color-3: #f5e37a;
--color-4: #e2a2d4;
--color-5: #d56c8d;
} 🌈 Celestial Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d3e0, #f7b2a1, #f5e37a, #e2a2d4, #d56c8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d3e0, #f7b2a1, #f5e37a, #e2a2d4, #d56c8d);
} 🔗 Explore similar color palettes
Celestial Whisper color palette created on .