Opal Gem Fairy Color Palette

Discover the beautiful Opal Gem Fairy color palette featuring ziggurat (#bfe1e4), we peep (#f5d2d8), vanilla ice (#efd2ef), wheatfield (#f2eacf) and surf crest (#cbe3cf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Cream, Green, Light, Pastel, Pink, Purple, Soft, Spring 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 Fairy palette

Share this palette to:

💻 Opal Gem Fairy color palette CSS

/* CSS */
.color-1 {
color: #bfe1e4;
}
.color-2 {
color: #f5d2d8;
}
.color-3 {
color: #efd2ef;
}
.color-4 {
color: #f2eacf;
}
.color-5 {
color: #cbe3cf;
}

/* CSS Variables */
:root {
--color-1: #bfe1e4;
--color-2: #f5d2d8;
--color-3: #efd2ef;
--color-4: #f2eacf;
--color-5: #cbe3cf;
}

🌈 Opal Gem Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfe1e4, #f5d2d8, #efd2ef, #f2eacf, #cbe3cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfe1e4, #f5d2d8, #efd2ef, #f2eacf, #cbe3cf);
}

Opal Gem Fairy color palette created on .