Opal Gem Elegance Color Palette

Discover the beautiful Opal Gem Elegance color palette featuring jagged ice (#c9e6ee), linen (#faeee5), azalea (#fad1d8), we peep (#f2c4d6) and prelude (#dbc0e7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Pink, Peach, Light, Pastel, Soft, Feminine, Bright, Spring, Modern 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

UI Examples

Explore beautiful UI components with Opal Gem Elegance palette

Share this palette to:

💻 Opal Gem Elegance color palette CSS

/* CSS */
.color-1 {
color: #c9e6ee;
}
.color-2 {
color: #faeee5;
}
.color-3 {
color: #fad1d8;
}
.color-4 {
color: #f2c4d6;
}
.color-5 {
color: #dbc0e7;
}

/* CSS Variables */
:root {
--color-1: #c9e6ee;
--color-2: #faeee5;
--color-3: #fad1d8;
--color-4: #f2c4d6;
--color-5: #dbc0e7;
}

🌈 Opal Gem Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9e6ee, #faeee5, #fad1d8, #f2c4d6, #dbc0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9e6ee, #faeee5, #fad1d8, #f2c4d6, #dbc0e7);
}

Opal Gem Elegance color palette created on .