Opal Gem Elegance Color Palette
Discover the beautiful Opal Gem Elegance color palette featuring jagged ice (#c8e5ed), linen (#faeee5), azalea (#fad0d7), we peep (#f2c3d5) and prelude (#dbbfe7).
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 Opal Gem Elegance palette
💻 Opal Gem Elegance color palette CSS
/* CSS */
.color-1 {
color: #c8e5ed;
}
.color-2 {
color: #faeee5;
}
.color-3 {
color: #fad0d7;
}
.color-4 {
color: #f2c3d5;
}
.color-5 {
color: #dbbfe7;
}
/* CSS Variables */
:root {
--color-1: #c8e5ed;
--color-2: #faeee5;
--color-3: #fad0d7;
--color-4: #f2c3d5;
--color-5: #dbbfe7;
} 🌈 Opal Gem Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8e5ed, #faeee5, #fad0d7, #f2c3d5, #dbbfe7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8e5ed, #faeee5, #fad0d7, #f2c3d5, #dbbfe7);
} 🔗 Explore similar color palettes
Opal Gem Elegance color palette created on .