Opal Gem Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Opal Gem Elegance palette

Share this palette to:

Download Opal Gem Elegance Color Palette (PNG)

Download opal gem elegance color palette PNG image (landscape)
Download opal gem elegance color palette PNG image (square)

Opal Gem Elegance color palette CSS

/* CSS */
.color-1 {
color: #cfeaf2;
}
.color-2 {
color: #fcf1e8;
}
.color-3 {
color: #fcd4da;
}
.color-4 {
color: #f5c7d9;
}
.color-5 {
color: #e2c4ed;
}

/* CSS Variables */
:root {
--color-1: #cfeaf2;
--color-2: #fcf1e8;
--color-3: #fcd4da;
--color-4: #f5c7d9;
--color-5: #e2c4ed;
}

Opal Gem Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfeaf2, #fcf1e8, #fcd4da, #f5c7d9, #e2c4ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfeaf2, #fcf1e8, #fcd4da, #f5c7d9, #e2c4ed);
}

Opal Gem Elegance color palette created on .