Opal Gem Elegance Color Palette

Discover the beautiful Opal Gem Elegance color palette featuring link water (#ceeaf2), old lace (#fcf0e6), pig pink (#fcd5db), azalea (#f5c8d9) and french lilac (#e2c3ed).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Cream, Pastel, Pink, Soft, Spring, Sunset 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: #ceeaf2;
}
.color-2 {
color: #fcf0e6;
}
.color-3 {
color: #fcd5db;
}
.color-4 {
color: #f5c8d9;
}
.color-5 {
color: #e2c3ed;
}

/* CSS Variables */
:root {
--color-1: #ceeaf2;
--color-2: #fcf0e6;
--color-3: #fcd5db;
--color-4: #f5c8d9;
--color-5: #e2c3ed;
}

🌈 Opal Gem Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ceeaf2, #fcf0e6, #fcd5db, #f5c8d9, #e2c3ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ceeaf2, #fcf0e6, #fcd5db, #f5c8d9, #e2c3ed);
}

Opal Gem Elegance color palette created on .