Opal Gem Fairy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Opal Gem Fairy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Opal Gem Fairy Color Palette (PNG)
Opal Gem Fairy color palette CSS
/* CSS */
.color-1 {
color: #bee1e4;
}
.color-2 {
color: #f5d1d7;
}
.color-3 {
color: #efd2ef;
}
.color-4 {
color: #f2eacf;
}
.color-5 {
color: #cae2ce;
}
/* CSS Variables */
:root {
--color-1: #bee1e4;
--color-2: #f5d1d7;
--color-3: #efd2ef;
--color-4: #f2eacf;
--color-5: #cae2ce;
}
Opal Gem Fairy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bee1e4, #f5d1d7, #efd2ef, #f2eacf, #cae2ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bee1e4, #f5d1d7, #efd2ef, #f2eacf, #cae2ce);
}
Similar color palettes
Opal Gem Fairy color palette created on .