Discover the beautiful Celestial Whimsy color palette featuring gigas (#4b3d8f), trendy pink (#8a5e9c), viola (#c181bf), illusion (#f1a7d6) and classic rose (#fcd4f7).
Celestial Whimsy Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Celestial Whimsy palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Celestial Whimsy palette
💻 Celestial Whimsy color palette CSS
/* CSS */
.color-1 {
color: #4b3d8f;
}
.color-2 {
color: #8a5e9c;
}
.color-3 {
color: #c181bf;
}
.color-4 {
color: #f1a7d6;
}
.color-5 {
color: #fcd4f7;
}
/* CSS Variables */
:root {
--color-1: #4b3d8f;
--color-2: #8a5e9c;
--color-3: #c181bf;
--color-4: #f1a7d6;
--color-5: #fcd4f7;
}
🌈 Celestial Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d8f, #8a5e9c, #c181bf, #f1a7d6, #fcd4f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d8f, #8a5e9c, #c181bf, #f1a7d6, #fcd4f7);
}
🔗 Explore similar color palettes
Celestial Whimsy color palette created on .