Giovanna Glow Color Palette
Discover the beautiful Giovanna Glow color palette featuring light orchid (#e0a3c6), azalea (#f8c9d6), sandwisp (#f5e6a3), confetti (#e4cf58) and roti (#c4a84a).
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 Giovanna Glow palette
💻 Giovanna Glow color palette CSS
/* CSS */
.color-1 {
color: #e0a3c6;
}
.color-2 {
color: #f8c9d6;
}
.color-3 {
color: #f5e6a3;
}
.color-4 {
color: #e4cf58;
}
.color-5 {
color: #c4a84a;
}
/* CSS Variables */
:root {
--color-1: #e0a3c6;
--color-2: #f8c9d6;
--color-3: #f5e6a3;
--color-4: #e4cf58;
--color-5: #c4a84a;
} 🌈 Giovanna Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a3c6, #f8c9d6, #f5e6a3, #e4cf58, #c4a84a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a3c6, #f8c9d6, #f5e6a3, #e4cf58, #c4a84a);
} 🔗 Explore similar color palettes
Giovanna Glow color palette created on .