Celestial Whimsy Color Palette
Discover the beautiful Celestial Whimsy color palette featuring supernova (#ffcc00), hot pink (#ff6699), malibu (#66ccff), radical red (#ff3366) and neon carrot (#ff9933).
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 Whimsy palette
💻 Celestial Whimsy color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6699;
}
.color-3 {
color: #66ccff;
}
.color-4 {
color: #ff3366;
}
.color-5 {
color: #ff9933;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6699;
--color-3: #66ccff;
--color-4: #ff3366;
--color-5: #ff9933;
} 🌈 Celestial Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6699, #66ccff, #ff3366, #ff9933);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6699, #66ccff, #ff3366, #ff9933);
} 🔗 Explore similar color palettes
Celestial Whimsy color palette created on .