Opal Gem Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Opal Gem Elegance palette
Opal Gem Elegance color palette PNG image
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);
}
Similar color palettes
Opal Gem Elegance color palette created on .